Skip to content

Commit 31208bd

Browse files
author
Aeon
authored
Clarify note in example
1 parent 5408cc2 commit 31208bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ bitflags = { path = "my-bitflags", version = "1.0" }
390390
# version 1.0 from crates.io when published.
391391
smallvec = { git = "https://github.com/servo/rust-smallvec.git", version = "1.0" }
392392

393-
# N.B. that if a version doesn't match, Cargo will fail to compile!
393+
# Note: if a version doesn't match, Cargo will fail to compile!
394394
```
395395

396396
One example where this can be useful is when you have split up a library into

0 commit comments

Comments
 (0)