commit | 02b00d774368bb82b97348436b0620b9ffe1bf0f | [log] [tgz] |
---|---|---|
author | Richard Dodd (dodj) <[email protected]> | Wed Jul 19 11:22:07 2023 +0100 |
committer | Behdad Esfahbod <[email protected]> | Wed Jul 19 08:54:54 2023 -0600 |
tree | 9a78438dbf3706ebad3692e6704d61092bc0ab64 | |
parent | 730f579f68c9062b0f493d400f445946f2ee032d [diff] [blame] |
Update wasm-shaper.md (just a small typo)
diff --git a/docs/wasm-shaper.md b/docs/wasm-shaper.md index 5343aa3..bc37400 100644 --- a/docs/wasm-shaper.md +++ b/docs/wasm-shaper.md
@@ -357,7 +357,7 @@ void debugprint1(char* str, int32 arg1) void debugprint2(char* str, int32 arg1, int32 arg2) void debugprint3(char* str, int32 arg1, int32 arg2, int32 arg3) -void debugprint3( +void debugprint4( char* str, int32 arg1, int32 arg2,