File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
176
176
$ rustup completions bash >> ~/.local/share/bash-completion/completions/rustup
177
177
178
178
This installs the completion script. You may have to log out and
179
- log back in to your shell session for the changes to take affect .
179
+ log back in to your shell session for the changes to take effect .
180
180
181
181
BASH (macOS/Homebrew):
182
182
@@ -195,7 +195,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
195
195
$ rustup completions fish > ~/.config/fish/completions/rustup.fish
196
196
197
197
This installs the completion script. You may have to log out and
198
- log back in to your shell session for the changes to take affect .
198
+ log back in to your shell session for the changes to take effect .
199
199
200
200
ZSH:
201
201
@@ -225,7 +225,7 @@ pub static COMPLETIONS_HELP: &str = r"DISCUSSION:
225
225
226
226
$ exec zsh
227
227
228
- for the new completions to take affect .
228
+ for the new completions to take effect .
229
229
230
230
CUSTOM LOCATIONS:
231
231
You can’t perform that action at this time.
0 commit comments