Skip to content

Commit 991cd1b

Browse files
authored
Update iterators.md
1 parent 1d23e53 commit 991cd1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/iterators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The same thing can be accomplished more simply with a range-for loop:
2626
```cpp
2727
for (auto num : vec)
2828
{
29-
// no deference operator
29+
// no dereference operator
3030
cout << num << " ";
3131
}
3232
```

0 commit comments

Comments
 (0)