We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629be84 commit 455b931Copy full SHA for 455b931
src/doc/trpl/hello-cargo.md
@@ -118,7 +118,7 @@ name = "hello_world"
118
version = "0.0.1"
119
```
120
121
-The `Cargo.lock` is used by Cargo to keep track of dependencies in your application.
+The `Cargo.lock` file is used by Cargo to keep track of dependencies in your application.
122
Right now, we don’t have any, so it’s a bit sparse. You won't ever need
123
to touch this file yourself, just let Cargo handle it.
124
0 commit comments