We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b71f3a commit 9e966c6Copy full SHA for 9e966c6
1 file changed
docs/standard-library/algorithm-functions.md
@@ -3857,7 +3857,7 @@ int main()
3857
Using integers 6 and -7...
3858
The integer with the greater absolute value is: -7
3859
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
+Comparing the members of an initializer_list...The member with the greater value is: 6The integer with the greater absolute value is: -7
3861
s1 = ( CInt( 1 ), CInt( 2 ) ).
3862
s2 = ( CInt( 2 ), CInt( 3 ) ).
3863
s3 = max ( s1, s2 ) = ( CInt( 2 ), CInt( 3 ) ).
0 commit comments