refactor: fix typo in comment (#5581)

This commit is contained in:
Tom French 2023-01-29 22:43:40 +00:00 committed by GitHub
parent b08130c590
commit 61d82acf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ pub enum OperationError {
#[error("{0}")]
IoError(IoError),
/// 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.")]
StdinBadEmit(EmitMode),
}