fix typo
This commit is contained in:
parent
629be845fd
commit
455b93151d
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ name = "hello_world"
|
|||
version = "0.0.1"
|
||||
```
|
||||
|
||||
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.
|
||||
Right now, we don’t have any, so it’s a bit sparse. You won't ever need
|
||||
to touch this file yourself, just let Cargo handle it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue