]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: move comma outside quotes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 13 Aug 2020 10:56:57 +0000 (12:56 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Sat, 15 Aug 2020 08:24:23 +0000 (08:24 +0000)
Change-Id: I2ecf8976a6289924ac7bfe7ace129a462537e11d
Reviewed-on: https://go-review.googlesource.com/c/go/+/248339
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/link/doc.go

index 219499be0a16a2136219588e5be291f87eb8f7a2..604675caecf1f2ed72398a63a119931821ac6d5a 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 /*
-Link, typically invoked as ``go tool link,'' reads the Go archive or object
+Link, typically invoked as ``go tool link'', reads the Go archive or object
 for a package main, along with its dependencies, and combines them
 into an executable binary.