fix typo in wasm atomic opcodes doc comment

This commit is contained in:
lockbox 2024-02-03 12:47:53 -05:00 committed by Luuk de Gram
parent 6030855097
commit a65bc8d071

View File

@ -518,7 +518,7 @@ pub fn simdOpcode(op: SimdOpcode) u32 {
return @intFromEnum(op);
}
/// Simd opcodes that require a prefix `0xFE`.
/// Atomic opcodes that require a prefix `0xFE`.
/// Each opcode represents a varuint32, meaning
/// they are encoded as leb128 in binary.
pub const AtomicsOpcode = enum(u32) {