Skip to content

Commit 6042046

Browse files
committed
Fix a small typo (nothing -> noting)
1 parent e3949fb commit 6042046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/specifying-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ resolve to 1.0.1 inside the repository instead of trying to download a version
308308
from crates.io. Once 1.0.1 is published on crates.io the `[patch]` section can
309309
be deleted.
310310

311-
It's also worth nothing that `[patch]` applies *transitively*. Let's say you use
311+
It's also worth noting that `[patch]` applies *transitively*. Let's say you use
312312
`my-library` in a larger project, such as:
313313

314314
```toml

0 commit comments

Comments
 (0)