Skip to content

Commit a41de7f

Browse files
committed
Rollup merge of rust-lang#34099 - markrcote:functions-copyedit, r=steveklabnik
Add missing space before parenthesis.
2 parents 05efef7 + fb0d9ac commit a41de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ stack backtrace:
249249
If you need to override an already set `RUST_BACKTRACE`,
250250
in cases when you cannot just unset the variable,
251251
then set it to `0` to avoid getting a backtrace.
252-
Any other value(even no value at all) turns on backtrace.
252+
Any other value (even no value at all) turns on backtrace.
253253

254254
```text
255255
$ export RUST_BACKTRACE=1

0 commit comments

Comments
 (0)