mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 22:45:14 +00:00
Fix a typo
This commit is contained in:
parent
ee37d8c4e0
commit
e22c9d8168
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ macro_rules! int_intrinsic {
|
|||
($name:expr) => {{
|
||||
let mut output = IntrinsicName::default();
|
||||
|
||||
// The indeces align with the `Index` impl for `IntrinsicName`.
|
||||
// The indices align with the `Index` impl for `IntrinsicName`.
|
||||
output.options[4] = concat!($name, ".u8");
|
||||
output.options[5] = concat!($name, ".u16");
|
||||
output.options[6] = concat!($name, ".u32");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue