Skip to content

Commit effd73b

Browse files
committed
Fix grammar in comments.
1 parent 80e9e5b commit effd73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
)
1818

1919
// specialReplacer is a replacer for some types of special lines in comments,
20-
// which shouldn't be checked. For example, if comment ends with a block of
20+
// which shouldn't be checked. For example, if a comment ends with a block of
2121
// code it should not necessarily have a period at the end.
2222
const specialReplacer = "<godotSpecialReplacer>"
2323

0 commit comments

Comments
 (0)