Skip to content

Commit cbeae66

Browse files
authored
Fix misspelling
1 parent c4ccd71 commit cbeae66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/valarray-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ int main( )
19741974
19751975
```Output
19761976
The initial operand valarray is: ( 0 -1 2 -1 4 -1 6 -1 8 -1 ).
1977-
The decalared value_type Right is: 10
1977+
The declared value_type Right is: 10
19781978
The resulting valarray is: ( 0 -10 20 -10 40 -10 60 -10 80 -10 ).
19791979
```
19801980

0 commit comments

Comments
 (0)