From fc04486d1f2f528e65f0b8b82fff82a43a48662f Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 07:22:12 +1100 Subject: [PATCH] docs: fix simple typo, somtehing -> something There is a small typo in cpp/class.cpp. Should read `something` rather than `somtehing`. --- cpp/class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/class.cpp b/cpp/class.cpp index c88abf3..acb36d2 100644 --- a/cpp/class.cpp +++ b/cpp/class.cpp @@ -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 {