Udated comment

This commit is contained in:
Alex Ross
2018-09-10 10:20:32 -07:00
parent 09028d4d86
commit bc156294aa
+1 -1
View File
@@ -266,7 +266,7 @@ export class Buffer implements IBuffer {
}
/**
* Translates a buffer line to a string, with optional start and end columns.
* Translates a buffer line to a string, including subsequent lines if they are wraps.
* Wide characters will count as two columns in the resulting string. This
* function is useful for getting the actual text underneath the raw selection
* position.