]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/vet: fix doc typo.
authorJason Travis <infomaniac7@gmail.com>
Tue, 8 Jan 2013 04:22:18 +0000 (15:22 +1100)
committerDavid Symonds <dsymonds@golang.org>
Tue, 8 Jan 2013 04:22:18 +0000 (15:22 +1100)
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/7061050

src/cmd/vet/doc.go

index d19a42fde16382e3b4501ca7818f30faa66db5fc..265575ab6e1b8e017e77b79623ecc05683673f8c 100644 (file)
@@ -45,7 +45,7 @@ Struct tags that do not follow the format understood by reflect.StructTag.Get.
 
 4. Untagged composite literals, flag -composites
 
-Composite struct literals that do not used the type-tagged syntax.
+Composite struct literals that do not use the type-tagged syntax.
 
 
 Usage: