]> git.proxmox.com Git - cargo.git/commitdiff
Correct reference to `foo` to `hello_world`
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 16:39:15 +0000 (12:39 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Fri, 13 May 2016 16:59:41 +0000 (12:59 -0400)
Copypasta, or forgotten name change

src/doc/guide.md

index e66454fee41616e1e64cbd52966a1e67905dfa42..31dee492d83e96807f87c86435e52b70f11d2c56 100644 (file)
@@ -186,7 +186,7 @@ dependencies, compile them all, and update the `Cargo.lock`:
 <span style="font-weight: bold" class="s1">   Compiling</span> memchr v0.1.5
 <span style="font-weight: bold" class="s1">   Compiling</span> aho-corasick v0.3.0
 <span style="font-weight: bold" class="s1">   Compiling</span> regex v0.1.41
-<span style="font-weight: bold" class="s1">   Compiling</span> foo v0.1.0 (file:///path/to/project/hello_world)</code></pre>
+<span style="font-weight: bold" class="s1">   Compiling</span> hello_world v0.1.0 (file:///path/to/project/hello_world)</code></pre>
 
 Run it: