Skip to content

Commit c4ccd71

Browse files
authored
Fix typo
1 parent 04bbcd9 commit c4ccd71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/not-equal-to-struct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ int main( )
104104
```Output
105105
The vector v1 = ( 0 1 4 5 8 9 )
106106
The vector v2 = ( -0 1 -4 5 -8 9 )
107-
The result of the element-wise not_equal_to comparsion
107+
The result of the element-wise not_equal_to comparison
108108
between v1 & v2 is: ( 0 0 1 0 1 0 )
109109
```

0 commit comments

Comments
 (0)