Skip to content

Commit 63ffc91

Browse files
committed
Fix typo
1 parent 649f7fd commit 63ffc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ def lower_flat_variant(cx, v, cases):
18511851
return [case_index] + payload
18521852
```
18531853

1854-
Finally, flags are lowered by packing the flags into on `i32` bitvector.
1854+
Finally, flags are lowered by packing the flags into an `i32` bitvector.
18551855
```python
18561856
def lower_flat_flags(v, labels):
18571857
assert(0 < len(labels) <= 32)

0 commit comments

Comments
 (0)