Skip to content

Commit

Permalink
Merge pull request #12 from timgates42/bugfix_typo_something
Browse files Browse the repository at this point in the history
docs: fix simple typo, somtehing -> something
  • Loading branch information
cirosantilli committed Dec 18, 2020
2 parents b0be4ce + fc04486 commit c0f5eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ class CopyAndSwap {
- there is no `Iterator` interface that iterates over anything in the stdlib
for performance reasons.
By iterable understand somtehing that has an `::iterator`,
By iterable understand something that has an `::iterator`,
a `begin()` and an `end()` methods, like stl containers
*/
class VisibleInnerIterable {
Expand Down

0 comments on commit c0f5eca

Please sign in to comment.