Skip to content

Commit 5ce4a21

Browse files
authored
Fix misspelling
1 parent cbeae66 commit 5ce4a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/valarray-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ int main( )
734734
```Output
735735
The initial Left valarray is: ( 0 1 -2 3 -4 5 -6 7 -8 9 ).
736736
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
737+
The element-by-element result of the less-than comparison test is the
738738
valarray: ( 0 0 1 0 1 0 1 0 1 0 ).
739739
```
740740

0 commit comments

Comments
 (0)