aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordata-man <datamanrb@gmail.com>2020-07-16 10:26:43 +0500
committerVeikka Tuominen <git@vexu.eu>2020-07-16 16:22:28 +0300
commit3cdc0f104ee375a669d1a322da877df64255976b (patch)
tree30068d7d4d3ba9e5150ea11bd57129dc9914ab64 /doc
parent01ab167ce3c5c0db908b11451f160359230a440f (diff)
downloadzig-3cdc0f104ee375a669d1a322da877df64255976b.tar.gz
zig-3cdc0f104ee375a669d1a322da877df64255976b.zip
Vectors clarification in docs
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/langref.html.in b/doc/langref.html.in
index f4320df1b5..6180ab592f 100644
--- a/doc/langref.html.in
+++ b/doc/langref.html.in
@@ -1950,7 +1950,7 @@ test "null terminated array" {
{#header_open|Vectors#}
<p>
- A vector is a group of {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on
+ A vector is a group of booleans, {#link|Integers#}, {#link|Floats#}, or {#link|Pointers#} which are operated on
in parallel using a single instruction ({#link|SIMD#}). Vector types are created with the builtin function {#link|@Type#},
or using the shorthand as {#syntax#}std.meta.Vector{#endsyntax#}.
</p>