Skip to content

Commit 19a7490

Browse files
ainar-gianlancetaylor
authored andcommitted
dog/go1.14: properly close code tags
Some code tags in the HTML were not properly closed. Close them so that the text is rendered correctly. Change-Id: I5c2170ffced313417f65004d53518128c34f7979 Reviewed-on: https://go-review.googlesource.com/c/go/+/200117 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 32b6eb8 commit 19a7490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/go1.14.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ <h3 id="go-command">Go command</h3>
5454
<!-- golang.org/issue/33848 -->
5555
<p>
5656
When the main module contains a top-level <code>vendor</code> directory and
57-
its <code>go.mod<code> file specifies <code>go</code> <code>1.14</code> or
57+
its <code>go.mod</code> file specifies <code>go</code> <code>1.14</code> or
5858
higher, the <code>go</code> command now defaults to <code>-mod=vendor</code>
5959
for operations that accept that flag. A new value for that flag,
6060
<code>-mod=mod</code>, causes the <code>go</code> command to instead load
61-
modules from the module cache (as when no <code>vendor<code> directory is
61+
modules from the module cache (as when no <code>vendor</code> directory is
6262
present).
6363
</p>
6464

0 commit comments

Comments
 (0)