diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-11-01 14:39:45 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-11-01 14:39:45 -0700 |
| commit | f4ed5d7d480db29d5b3142bacb9d0b98eee0fa2b (patch) | |
| tree | f7c21db843acab17d344a7dfa2bf4be21d5facb1 /doc | |
| parent | 577b99450764f5271b232eda3589eae94c9eb147 (diff) | |
| download | zig-f4ed5d7d480db29d5b3142bacb9d0b98eee0fa2b.tar.gz zig-f4ed5d7d480db29d5b3142bacb9d0b98eee0fa2b.zip | |
langref tidy html fixup
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/langref.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in index 1a37ae5bcf..1d79293a9c 100644 --- 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 |
