Skip to content

Commit 0bf10e7

Browse files
authored
Merge pull request #1718 from AliSajid/cargo-run-generated
docs: update grammer to idicate a line is an explanation
2 parents 6c9f242 + df466aa commit 0bf10e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/en-US/learn.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ learn-generating-steps = <p>Let’s write a small application with our new Rust
109109
<p><code>Cargo.toml</code> is the manifest file for Rust. It’s where you keep metadata for your project, as well as dependencies.</p>
110110
<p><code>src/main.rs</code> is where we’ll write our application code.</p>
111111
<hr/>
112-
<p><code>cargo new</code> generates a "Hello, world!" project for us! We can run this program by moving into the new directory that we made and running this in our terminal:</p>
112+
<p>The <code>cargo new</code> step generated a "Hello, world!" project for us! We can run this program by moving into the new directory that we made and running this in our terminal:</p>
113113
<p><code>cargo run</code></p>
114114
<p>You should see this in your terminal:</p>
115115
{ $output }

0 commit comments

Comments
 (0)