Commit 810c03f426

data-man <datamanrb@gmail.com>
2020-11-07 13:47:05
Fix reduce documentation
1 parent 0f4b893
Changed files (1)
doc/langref.html.in
@@ -8215,8 +8215,7 @@ test "vector @splat" {
       <pre>{#syntax#}@reduce(comptime op: builtin.ReduceOp, value: anytype) std.meta.Child(value){#endsyntax#}</pre>
       <p>
       Transforms a {#link|vector|Vectors#} into a scalar value by performing a
-      sequential horizontal reduction of its elements using the specified
-      specified operator {#syntax#}op{#endsyntax#}.
+      sequential horizontal reduction of its elements using the specified operator {#syntax#}op{#endsyntax#}.
       </p>
       <p>
       Not every operator is available for every vector element type: