Skip to content

Commit 9e966c6

Browse files
author
Schneider
committed
algorithm-functions: fix typo
1 parent 0b71f3a commit 9e966c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ int main()
38573857
Using integers 6 and -7...
38583858
The integer with the greater absolute value is: -7
38593859
The integer with the greater value is: 6.
3860-
Comparing the members of an initializer_list...The member with the greater value is: 6The integer wiht the greater absolute value is: -7
3860+
Comparing the members of an initializer_list...The member with the greater value is: 6The integer with the greater absolute value is: -7
38613861
s1 = ( CInt( 1 ), CInt( 2 ) ).
38623862
s2 = ( CInt( 2 ), CInt( 3 ) ).
38633863
s3 = max ( s1, s2 ) = ( CInt( 2 ), CInt( 3 ) ).

0 commit comments

Comments
 (0)