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#}