Skip to content

Commit 0032d27

Browse files
authored
Typo fixes (WebAssembly#39)
1 parent 310900b commit 0032d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/multi-value/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Conditionally manipulating a stack operand without using a local.
7878
)
7979
```
8080

81-
An iterative factorial funciton whose loop doesn't use locals, but uses arguments like phis.
81+
An iterative factorial function whose loop doesn't use locals, but uses arguments like phis.
8282
```wasm
8383
(func $fac (param i64) (result i64)
8484
(i64.const 1) (get_local 0)
@@ -170,7 +170,7 @@ The text format is mostly unaffected, except that the syntax for block types is
170170

171171
### Soundness Proof
172172

173-
The typing of admininstrative instructions need to be generalised, see the paper.
173+
The typing of administrative instructions need to be generalised, see the paper.
174174

175175

176176
## Possible Alternatives and Extensions

0 commit comments

Comments
 (0)