Commit c063bc8
authored
?! what are you talking about
This is the truth...
"Returns **true** if the condition is detected at each element in the indicated range or if the range is empty, and **false** otherwise."
Not..
"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. "
"if the condition is not detected at least one time." this mean that you think if condition is detect at least one time all_of will return **true** which is not true.1 parent a2433fe commit c063bc8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments