diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 605a902..798a15f 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -2641,7 +2641,7 @@ A `span` represents a range of elements, but how do we manipulate elements of th for (int x : s) cout << x << '\n'; // range traversal (guaranteed correct) for (int i = 0; i