Skip to content

Commit 860a656

Browse files
committed
basic: remove non unicode string
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 9bdf0ff commit 860a656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ type DocumentFilter struct {
655655
// "**"
656656
// to match any number of path segments, including none
657657
// "{}"
658-
// to group conditions (e.g. `**/*.{ts,js}` matches all TypeScript and JavaScript files)
658+
// to group conditions (e.g. `**/*.{ts,js}` matches all TypeScript and JavaScript files)
659659
// "[]"
660660
// to declare a range of characters to match in a path segment (e.g., `example.[0-9]` to match on `example.0`, `example.1`, …)
661661
// "[!...]"

0 commit comments

Comments
 (0)