Skip to content

Commit 42b4a00

Browse files
committed
(document) add Oxford comma and drop count
1 parent e466141 commit 42b4a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/doc/release/v0.17.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Go release containing the symbol. For example, hovering over `errors.As` shows
3030
"Added in go1.13".
3131

3232
## Semantic token modifiers of top-level constructor of types
33-
The semantic tokens response now includes additional 12 modifiers for the top-level constructor of the type of each symbol: `interface`, `struct`, `signature`, `pointer`, `array`, `map`, `slice`, `chan`, `string`, `number`, `bool` and `invalid`. Editors may use this for syntax coloring.
33+
The semantic tokens response now includes additional modifiers for the top-level constructor of the type of each symbol: `interface`, `struct`, `signature`, `pointer`, `array`, `map`, `slice`, `chan`, `string`, `number`, `bool`, and `invalid`. Editors may use this for syntax coloring.
3434

0 commit comments

Comments
 (0)