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.
1 parent b0be4ce commit fc04486Copy full SHA for fc04486
cpp/class.cpp
@@ -704,7 +704,7 @@ class CopyAndSwap {
704
- there is no `Iterator` interface that iterates over anything in the stdlib
705
for performance reasons.
706
707
- By iterable understand somtehing that has an `::iterator`,
+ By iterable understand something that has an `::iterator`,
708
a `begin()` and an `end()` methods, like stl containers
709
*/
710
class VisibleInnerIterable {
0 commit comments