diff options
Diffstat (limited to 'AstSemantics.md')
| -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 |
