Skip to content

Commit 9019d47

Browse files
authored
Correct a typo in main.rs
1 parent a186dcb commit 9019d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ impl Input {
573573
/**
574574
Return the "safe name" for the input. This should be filename-safe.
575575
576-
Currently, nothing is done to ensure this, other than hoping *really hard* that we don't get fed some excessively bizzare input filename.
576+
Currently, nothing is done to ensure this, other than hoping *really hard* that we don't get fed some excessively bizarre input filename.
577577
*/
578578
pub fn safe_name(&self) -> &str {
579579
use crate::Input::*;

0 commit comments

Comments
 (0)