From a12337814117243e20b5482f1ba9d5963678695b Mon Sep 17 00:00:00 2001 From: Rocknest <35231115+Rocknest@users.noreply.github.com> Date: Mon, 19 Oct 2020 05:43:34 +0300 Subject: [PATCH] langref: fix equations --- doc/langref.html.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/langref.html.in b/doc/langref.html.in index 288bbb4eaa58357d5a44164be1443a5e9a13e248..a7d685dc9a397907cdd240238c22b597c43cb9d2 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -7389,7 +7389,7 @@ test "main" {
For a function that returns a possible error code, use {#syntax#}@import("std").math.divFloor{#endsyntax#}.
{#see_also|@divTrunc|@divExact#} @@ -7403,7 +7403,7 @@ test "main" {For a function that returns a possible error code, use {#syntax#}@import("std").math.divTrunc{#endsyntax#}.
{#see_also|@divFloor|@divExact#} @@ -7872,7 +7872,7 @@ test "@wasmMemoryGrow" {For a function that returns an error code, see {#syntax#}@import("std").math.mod{#endsyntax#}.
{#see_also|@rem#} @@ -7951,7 +7951,7 @@ test "@wasmMemoryGrow" {For a function that returns an error code, see {#syntax#}@import("std").math.rem{#endsyntax#}.
{#see_also|@mod#} -- 2.54.0