Skip to content

Commit 7f3068e

Browse files
authored
typo nothings -> nothing
1 parent dd8151f commit 7f3068e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/conditional-compilation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ they get set in the [`[features]` section][features] of your `Cargo.toml`:
4242
default = []
4343

4444
# Add feature "foo" here, then you can use it.
45-
# Our "foo" feature depends on nothings else.
45+
# Our "foo" feature depends on nothing else.
4646
foo = []
4747

4848
# The “secure-password” feature depends on the bcrypt package.

0 commit comments

Comments
 (0)