Skip to content

Commit fb0d9ac

Browse files
author
Mark Côté
committed
Add missing space before parenthesis.
1 parent 8cbffc5 commit fb0d9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/functions.md

+1-1
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)