Skip to content

Commit

Permalink
gopls/doc: fix composites analyzer name
Browse files Browse the repository at this point in the history
Not composite, but compositeS.

Change-Id: I5549653748bef90338263aea0380f662eba723d3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/237682
Reviewed-by: Rebecca Stambler <[email protected]>
  • Loading branch information
hyangah committed Jun 12, 2020
1 parent 3c1b287 commit e8084ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gopls/doc/analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ or slice to C, either directly, or via a pointer, array, or struct.

Default value: `true`.

### **composite**
### **composites**

check for unkeyed composite literals

Expand Down

0 comments on commit e8084ff

Please sign in to comment.