aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@googlemail.com>2015-10-14 14:36:23 +0200
committerRaphael Isemann <teemperor@googlemail.com>2015-10-14 14:36:23 +0200
commitee5deec8a337de4659fd23c6e48819638b69a2bc (patch)
tree8be5310dfcdac3603dd01e281b77ba8f3f10076f
parent4b001d8f2b613353cf81eb24cb3bcf22724f7978 (diff)
downloadnanowasm-design-ee5deec8a337de4659fd23c6e48819638b69a2bc.tar.gz
Fixed formatting
-rw-r--r--AstSemantics.md2
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