Skip to content

Commit 61d82ac

Browse files
authored
refactor: fix typo in comment (#5581)
1 parent b08130c commit 61d82ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub enum OperationError {
7575
#[error("{0}")]
7676
IoError(IoError),
7777
/// Attempt to use --emit with a mode which is not currently
78-
/// supported with stdandard input.
78+
/// supported with standard input.
7979
#[error("Emit mode {0} not supported with standard output.")]
8080
StdinBadEmit(EmitMode),
8181
}

0 commit comments

Comments
 (0)