We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 034c0ab + 1ed0e2f commit 0bd2b0eCopy full SHA for 0bd2b0e
cpp/design_patterns.cpp
@@ -15,7 +15,7 @@
15
- there is no `Iterator` interface that iterates over anything in the stdlib
16
for performance reasons.
17
18
- By iterable understand somtehing that has an `::iterator`,
+ By iterable understand something that has an `::iterator`,
19
a `begin()` and an `end()` methods, like stl containers
20
*/
21
class VisibleInnerIterable {
0 commit comments