Skip to content

Commit 928ecf2

Browse files
Update posts/2022-02-24-Rust-1.59.0.md: Fix typo: s/cargo/Cargo/
Co-authored-by: Mark Rousskov <[email protected]>
1 parent 959e603 commit 928ecf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2022-02-24-Rust-1.59.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ While this happens very rarely, it can be quite disruptive when a crate used by
133133
your project has code that will no longer be allowed. In fact, you might not
134134
notice until your project inexplicably stops building!
135135

136-
cargo now shows you warnings when a dependency will be rejected by a future
136+
Cargo now shows you warnings when a dependency will be rejected by a future
137137
version of Rust. After running `cargo build` or `cargo check`, you might see:
138138

139139
```

0 commit comments

Comments
 (0)