docs: fix typos (#19118)

This commit is contained in:
Lenni 2023-05-16 14:30:16 +02:00 committed by GitHub
parent 78fbc3f3f6
commit 1c74b41855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -114,7 +114,7 @@ fn validate_output_path(output_path: &Path) -> Result<(), AnyError> {
concat!(
"Could not compile to file '{}' because the file already exists ",
"and cannot be overwritten. Please delete the existing file or ",
"use the `--output <file-path` flag to provide an alternative name."
"use the `--output <file-path>` flag to provide an alternative name."
),
output_path.display()
);