Skip to content

Commit 25d09fe

Browse files
committed
docs(TextLocation): Clarify that the path must have invariant separators
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 8a46bfd commit 25d09fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/TextLocation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import kotlin.math.min
2727
*/
2828
data class TextLocation(
2929
/**
30-
* The path of the file that contains the text.
30+
* The path (with invariant separators) of the file that contains the text.
3131
*/
3232
val path: String,
3333

0 commit comments

Comments
 (0)