Skip to content

Commit fc04486

Browse files
committed
docs: fix simple typo, somtehing -> something
There is a small typo in cpp/class.cpp. Should read `something` rather than `somtehing`.
1 parent b0be4ce commit fc04486

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)