aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorToshihiro Shiino <shiino.toshihiro@gmail.com>2020-06-11 15:57:18 +0000
committerDmitri Shuralyov <dmitshur@golang.org>2020-06-11 22:18:30 +0000
commit509ee7064207cc9c8ac81bc76f182a5fbb877e9b (patch)
tree6b9ba499f0593cb7ae0170f3e4b0b2943dcd3fdc /doc
parent7495a425981eacb35dbc44e53627bfb52a2c3240 (diff)
downloadgo-509ee7064207cc9c8ac81bc76f182a5fbb877e9b.tar.gz
go-509ee7064207cc9c8ac81bc76f182a5fbb877e9b.zip
doc/go1.15: add code tags
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.15.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go1.15.html b/doc/go1.15.html
index f451c1bbfd..d6e238ef2f 100644
--- a/doc/go1.15.html
+++ b/doc/go1.15.html
@@ -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>