From e51dffd6dbe8c0c015048d404ebac106cd1a720e Mon Sep 17 00:00:00 2001 From: rossberg-chromium Date: Thu, 27 Jul 2017 15:53:19 +0200 Subject: [PATCH] Another typo --- proposals/multi-value/Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/multi-value/Overview.md b/proposals/multi-value/Overview.md index 77d5aa9e..4ff13a85 100644 --- a/proposals/multi-value/Overview.md +++ b/proposals/multi-value/Overview.md @@ -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)) ) ) ```