Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Co-authored-by: Radu Nichita <[email protected]>
  • Loading branch information
neatudarius and RaduNichita authored Nov 15, 2024
1 parent 8c02538 commit d23b7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/filter_int_iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ struct filtered_int_iterator
}

// A forward iterator based on iterator_interface usually requires
// three user-defined operations. since we are adapting an existing
// three user-defined operations. Since we are adapting an existing
// iterator (an int *), we only need to define this one. The others are
// implemented by iterator_interface, using the underlying int *.
filtered_int_iterator& operator++() {
Expand Down

0 comments on commit d23b7b0

Please sign in to comment.