refactor: fix typo in comment (#5581)
This commit is contained in:
parent
b08130c590
commit
61d82acf53
@ -75,7 +75,7 @@ pub enum OperationError {
|
|||||||
#[error("{0}")]
|
#[error("{0}")]
|
||||||
IoError(IoError),
|
IoError(IoError),
|
||||||
/// Attempt to use --emit with a mode which is not currently
|
/// Attempt to use --emit with a mode which is not currently
|
||||||
/// supported with stdandard input.
|
/// supported with standard input.
|
||||||
#[error("Emit mode {0} not supported with standard output.")]
|
#[error("Emit mode {0} not supported with standard output.")]
|
||||||
StdinBadEmit(EmitMode),
|
StdinBadEmit(EmitMode),
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user