diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 2acddd1..6b78415 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -2623,7 +2623,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