diff options
| author | Raphael Isemann <teemperor@googlemail.com> | 2015-10-14 14:36:23 +0200 |
|---|---|---|
| committer | Raphael Isemann <teemperor@googlemail.com> | 2015-10-14 14:36:23 +0200 |
| commit | ee5deec8a337de4659fd23c6e48819638b69a2bc (patch) | |
| tree | 8be5310dfcdac3603dd01e281b77ba8f3f10076f | |
| parent | 4b001d8f2b613353cf81eb24cb3bcf22724f7978 (diff) | |
| download | nanowasm-design-ee5deec8a337de4659fd23c6e48819638b69a2bc.tar.gz | |
Fixed formatting
| -rw-r--r-- | AstSemantics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AstSemantics.md b/AstSemantics.md index a74a08c..6f05454 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -447,7 +447,7 @@ implementations of the remaining required operations. * `f32.sqrt`: square root * `f32.min`: minimum (binary operator); if either operand is NaN, returns NaN * `f32.max`: maximum (binary operator); if either operand is NaN, returns NaN - +<br> * `f64.add`: addition * `f64.sub`: subtraction * `f64.mul`: multiplication |
