Skip to content

Commit 6468ba2

Browse files
committed
Auto merge of #5067 - tecywiz121:noting-nothing, r=matklad
Fix a small typo (nothing -> noting)
2 parents e3949fb + 6042046 commit 6468ba2

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)