Skip to content

Commit

Permalink
typo nothings -> nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
wuranbo authored Jul 6, 2016
1 parent dd8151f commit 7f3068e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/book/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ they get set in the [`[features]` section][features] of your `Cargo.toml`:
default = []

# Add feature "foo" here, then you can use it.
# Our "foo" feature depends on nothings else.
# Our "foo" feature depends on nothing else.
foo = []

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

0 comments on commit 7f3068e

Please sign in to comment.