Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Jul 27, 2017
1 parent 5c09741 commit e51dffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/multi-value/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Conditionally manipulating a stack operand without using a local.
(func $add64_u_saturated (param i64 i64) (result i64)
($i64.add_u_carry (get_local 0) (get_local 1) (i32.const 0))
(if (param i64) (result i64)
(drop) (i64.const 0xffff_ffff_ffff_ffff)
(then (drop) (i64.const 0xffff_ffff_ffff_ffff))
)
)
```
Expand Down

0 comments on commit e51dffd

Please sign in to comment.