diff options
Diffstat (limited to 'vendor/gix-prompt/src')
-rw-r--r-- | vendor/gix-prompt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gix-prompt/src/lib.rs b/vendor/gix-prompt/src/lib.rs index 75cc1ebd5..dba6cf804 100644 --- a/vendor/gix-prompt/src/lib.rs +++ b/vendor/gix-prompt/src/lib.rs @@ -49,7 +49,7 @@ pub fn ask(prompt: &str, opts: &Options<'_>) -> Result<String, Error> { imp::ask(prompt, opts) } -/// Ask for information typed by the user into the terminal after showing the prompt`, like `"Username: `. +/// Ask for information typed by the user into the terminal after showing the prompt, like `"Username: `. /// /// Use [`ask()`] for more control. pub fn openly(prompt: impl AsRef<str>) -> Result<String, Error> { |