Skip to content

Commit c0f5eca

Browse files
authored
Merge pull request #12 from timgates42/bugfix_typo_something
docs: fix simple typo, somtehing -> something
2 parents b0be4ce + fc04486 commit c0f5eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ class CopyAndSwap {
704704
- there is no `Iterator` interface that iterates over anything in the stdlib
705705
for performance reasons.
706706
707-
By iterable understand somtehing that has an `::iterator`,
707+
By iterable understand something that has an `::iterator`,
708708
a `begin()` and an `end()` methods, like stl containers
709709
*/
710710
class VisibleInnerIterable {

0 commit comments

Comments
 (0)