zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f4ed5d7d480db29d5b3142bacb9d0b98eee0fa2b (tree)
parent 577b99450764f5271b232eda3589eae94c9eb147
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun,  1 Nov 2020 14:39:45 -0700

langref tidy html fixup

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -8219,6 +8219,7 @@ test "vector @splat" { </p> <p> Not every operator is available for every vector element type: + </p> <ul> <li>{#syntax#}.And{#endsyntax#}, {#syntax#}.Or{#endsyntax#}, {#syntax#}.Xor{#endsyntax#} are available for @@ -8228,7 +8229,6 @@ test "vector @splat" { available for {#link|floating point|Floats#} vectors,</li> <li>Every operator is available for {#link|integer|Integers#} vectors. </ul> - </p> <p> Note that {#syntax#}.Add{#endsyntax#} and {#syntax#}.Mul{#endsyntax#} reductions on integral types are wrapping; when applied on floating point