]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: add code tags
authorToshihiro Shiino <shiino.toshihiro@gmail.com>
Thu, 11 Jun 2020 15:57:18 +0000 (15:57 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 11 Jun 2020 22:18:30 +0000 (22:18 +0000)
Other command line arguments are written in code tags, so add a code tag for consistency.

For #37419

Change-Id: I1948536c3a1860d93726484be2dc7bcb03dfdc2f
Reviewed-on: https://go-review.googlesource.com/c/go/+/237539
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html

index f451c1bbfd335d2deff5e5c9ed4f105a219d4137..d6e238ef2f5a42d43c1a41ebf72136e183637f12 100644 (file)
@@ -50,8 +50,8 @@ Do not send CLs removing the interior tags from such phrases.
 <h3 id="windows">Windows</h3>
 
 <p> <!-- CL 214397 and CL 230217 -->
-  Go 1.15 now generates Windows ASLR executables when -buildmode=pie
-  cmd/link flag is provided. Go command uses -buildmode=pie by default
+  Go 1.15 now generates Windows ASLR executables when <code>-buildmode=pie</code>
+  cmd/link flag is provided. Go command uses <code>-buildmode=pie</code> by default
   on Windows.
 </p>