authorgravatar for datamanrb@gmail.comdata-man <datamanrb@gmail.com> 2020-11-07 17:47:05+05:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-11-09 11:47:43+01:00
log99932042dc9165a5f1b3ed0b8d179258111920fa
tree977d4d89b789cc74024911122d68ce64e89921da
parent9af53f8e02396b68b63af2dac49479b59d11c8f7

Fix reduce documentation


1 files changed, 1 insertions(+), 2 deletions(-)

doc/langref.html.in+1-2
......@@ -8215,8 +8215,7 @@ test "vector @splat" {
82158215 <pre>{#syntax#}@reduce(comptime op: builtin.ReduceOp, value: anytype) std.meta.Child(value){#endsyntax#}</pre>
82168216 <p>
82178217 Transforms a {#link|vector|Vectors#} into a scalar value by performing a
8218 sequential horizontal reduction of its elements using the specified
8219 specified operator {#syntax#}op{#endsyntax#}.
8218 sequential horizontal reduction of its elements using the specified operator {#syntax#}op{#endsyntax#}.
82208219 </p>
82218220 <p>
82228221 Not every operator is available for every vector element type: