Skip to content

Commit ee8ff8b

Browse files
update quick-fixes.mdx
1 parent db9b555 commit ee8ff8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/tools/vscode/quick-fixes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following IslandSQL parser rules are considered:
7575
- [funcDeclInType](https://islandsql.github.io/IslandSQL/grammar.html#funcDeclInType)
7676
- [procDeclInType](https://islandsql.github.io/IslandSQL/grammar.html#procDeclInType)
7777

78-
The scope is the whole file if the dbLinter marker comment is placed before the first visible IslandSQL parser token.
78+
If the dbLinter marker comment is placed before the first token recognised by the IslandSQL parser, the scope is the whole file.
7979

8080
### Examples
8181

0 commit comments

Comments
 (0)