Skip to content

Commit 1241a2f

Browse files
Sandesh-Pyakurelrami3l
authored andcommitted
Typo fixed in tips-and-tricks.md file
1 parent 81f96da commit 1241a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/dev-guide/src/tips-and-tricks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUSTUP_FORCE_ARG0=rustup cargo run -- uninstall nightly
1515

1616
If it's necessary to alter the backtracking limit from the default of half
1717
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
18+
environment variable. If this is unparsable as an `i32` or if it's absent
1919
then the default of 21 days (half a cycle) is used. If it parses and is less
2020
than 1, it is clamped to 1 at minimum.
2121

0 commit comments

Comments
 (0)