From: Alberto Donizetti Date: Thu, 13 Aug 2020 10:56:57 +0000 (+0200) Subject: cmd/link: move comma outside quotes X-Git-Tag: go1.16beta1~1350 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=ccc951637be806e6e7a3c2c922bf4746b60e7395;p=gostls13.git cmd/link: move comma outside quotes Change-Id: I2ecf8976a6289924ac7bfe7ace129a462537e11d Reviewed-on: https://go-review.googlesource.com/c/go/+/248339 Reviewed-by: Emmanuel Odeke Reviewed-by: Than McIntosh --- diff --git a/src/cmd/link/doc.go b/src/cmd/link/doc.go index 219499be0a..604675caec 100644 --- a/src/cmd/link/doc.go +++ b/src/cmd/link/doc.go @@ -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.