Rebuild for typo fix

This commit is contained in:
Mark McGranaghan 2021-02-19 13:17:41 -08:00
parent b76ff6c413
commit fff24f8bc7
2 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
7a8185c4b55c20a678f1e51698f0f4b6e25d4536
T3da5euHejy
18867a0e743aaadb2aba0a0c7b1ca8098a1aa95c
nI-HMuCI2lG

View File

@ -49,7 +49,7 @@ function.</p>
</td>
<td class="code leading">
<a href="http://play.golang.org/p/T3da5euHejy"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<a href="http://play.golang.org/p/nI-HMuCI2lG"><img title="Run code" src="play.png" class="run" /></a><img title="Copy code" src="clipboard.png" class="copy" />
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
</pre></div>
@ -106,7 +106,7 @@ we&rsquo;ll use <code>exec.LookPath</code> to find it (probably
<tr>
<td class="docs">
<p><code>Exec</code> requires arguments in slice form (as
apposed to one big string). We&rsquo;ll give <code>ls</code> a few
opposed to one big string). We&rsquo;ll give <code>ls</code> a few
common arguments. Note that the first argument should
be the program name.</p>