We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f96da commit 1241a2fCopy full SHA for 1241a2f
doc/dev-guide/src/tips-and-tricks.md
@@ -15,7 +15,7 @@ RUSTUP_FORCE_ARG0=rustup cargo run -- uninstall nightly
15
16
If it's necessary to alter the backtracking limit from the default of half
17
a release cycle for some reason, you can set the `RUSTUP_BACKTRACK_LIMIT`
18
-environment variable. If this is unparseable as an `i32` or if it's absent
+environment variable. If this is unparsable as an `i32` or if it's absent
19
then the default of 21 days (half a cycle) is used. If it parses and is less
20
than 1, it is clamped to 1 at minimum.
21
0 commit comments