We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08130c commit 61d82acCopy full SHA for 61d82ac
src/bin/main.rs
@@ -75,7 +75,7 @@ pub enum OperationError {
75
#[error("{0}")]
76
IoError(IoError),
77
/// Attempt to use --emit with a mode which is not currently
78
- /// supported with stdandard input.
+ /// supported with standard input.
79
#[error("Emit mode {0} not supported with standard output.")]
80
StdinBadEmit(EmitMode),
81
}
0 commit comments