Skip to content

Commit 1ed0e2f

Browse files
authored
Update design_patterns.cpp
You misspelled the word ‘something’.
1 parent 034c0ab commit 1ed0e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/design_patterns.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- there is no `Iterator` interface that iterates over anything in the stdlib
1616
for performance reasons.
1717
18-
By iterable understand somtehing that has an `::iterator`,
18+
By iterable understand something that has an `::iterator`,
1919
a `begin()` and an `end()` methods, like stl containers
2020
*/
2121
class VisibleInnerIterable {

0 commit comments

Comments
 (0)