Skip to content

Commit 13d1019

Browse files
author
Colin Robertson
authored
Merge pull request #1093 from EmilEnchev/patch-3
?! what are you talking about
2 parents f3acfe5 + c063bc8 commit 13d1019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/algorithm-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ A condition to test for. This is a user-defined predicate function object that d
166166
167167
### Return Value
168168
169-
Returns **true** if the condition is detected at each element in the indicated range, and **false** if the condition is not detected at least one time.
169+
Returns **true** if the condition is detected at each element in the indicated range or if the range is empty, and **false** otherwise.
170170
171171
### Remarks
172172

0 commit comments

Comments
 (0)