From 7f3068e52f1943d612923f819dc8d0e996faaaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=86=89=E6=B3=A2?= Date: Wed, 6 Jul 2016 13:52:40 +0800 Subject: [PATCH] typo nothings -> nothing --- src/doc/book/conditional-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/conditional-compilation.md b/src/doc/book/conditional-compilation.md index a175d7cc38b87..2857d7e64c500 100644 --- a/src/doc/book/conditional-compilation.md +++ b/src/doc/book/conditional-compilation.md @@ -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.