We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeae66 commit 5ce4a21Copy full SHA for 5ce4a21
1 file changed
docs/standard-library/valarray-operators.md
@@ -734,7 +734,7 @@ int main( )
734
```Output
735
The initial Left valarray is: ( 0 1 -2 3 -4 5 -6 7 -8 9 ).
736
The initial Right valarray is: ( 0 1 2 3 4 5 6 7 8 9 ).
737
-The element-by-element result of the less-than comparson test is the
+The element-by-element result of the less-than comparison test is the
738
valarray: ( 0 0 1 0 1 0 1 0 1 0 ).
739
```
740
0 commit comments