Skip to content

Commit

Permalink
set fixed-width phrases with non-fixed-width spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Dec 4, 2018
1 parent 386dd29 commit 9107176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/go1.11.html
Expand Up @@ -393,7 +393,7 @@ <h3 id="run">Run</h3>
The <a href="/cmd/go/"><code>go</code>&nbsp;<code>run</code></a>
command now allows a single import path, a directory name or a
pattern matching a single package.
This allows <code>go run pkg</code> or <code>go run dir</code>, most importantly <code>go run .</code>
This allows <code>go</code> <code>run</code> <code>pkg</code> or <code>go</code> <code>run</code> <code>dir</code>, most importantly <code>go</code> <code>run</code> <code>.</code>
</p>

<h2 id="runtime">Runtime</h2>
Expand Down

0 comments on commit 9107176

Please sign in to comment.