We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef48aec commit 0ca5cc7Copy full SHA for 0ca5cc7
cranelift/assembler-x64/meta/src/dsl/format.rs
@@ -131,7 +131,7 @@ pub struct Format {
131
/// identifies an instruction. The reference manual uses this name in the
132
/// "Instruction Operand Encoding" table.
133
pub name: String,
134
- /// These operands should match the "Instruction" column ing the reference
+ /// These operands should match the "Instruction" column in the reference
135
/// manual.
136
pub operands: Vec<Operand>,
137
}
0 commit comments