diff --git a/d2ast/d2ast.go b/d2ast/d2ast.go index 6d1acd98c..282c3509f 100644 --- a/d2ast/d2ast.go +++ b/d2ast/d2ast.go @@ -159,9 +159,9 @@ func (r Range) Before(r2 Range) bool { // // note: Line and Column are zero indexed. // note: Column and Byte are UTF-8 byte indexes unless byUTF16 was passed to Position.Advance in -// which they are UTF-16 code unit indexes. -// If intended for Javascript consumption like in the browser or via LSP, byUTF16 is -// set to true. +// . which they are UTF-16 code unit indexes. +// . If intended for Javascript consumption like in the browser or via LSP, byUTF16 is +// . set to true. type Position struct { Line int Column int