diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-06-07 10:43:57 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-06-07 10:43:57 -0400 |
| commit | a41de7f8da461ed479021082347d7163ab6b6878 (patch) | |
| tree | 88350772c58041762c21d336052dcec5bceac5d2 | |
| parent | 05efef7e193bca0f9fa9fcc347a14164441f436a (diff) | |
| parent | fb0d9acf36df408883930026073304bca1cce0dd (diff) | |
| download | rust-a41de7f8da461ed479021082347d7163ab6b6878.tar.gz rust-a41de7f8da461ed479021082347d7163ab6b6878.zip | |
Rollup merge of #34099 - markrcote:functions-copyedit, r=steveklabnik
Add missing space before parenthesis.
| -rw-r--r-- | src/doc/book/functions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/book/functions.md b/src/doc/book/functions.md index 574929c14b3..b040684d05f 100644 --- a/src/doc/book/functions.md +++ b/src/doc/book/functions.md @@ -249,7 +249,7 @@ stack backtrace: If you need to override an already set `RUST_BACKTRACE`, in cases when you cannot just unset the variable, then set it to `0` to avoid getting a backtrace. -Any other value(even no value at all) turns on backtrace. +Any other value (even no value at all) turns on backtrace. ```text $ export RUST_BACKTRACE=1 |
