Skip to content

Commit

Permalink
apply fix-format
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed Feb 5, 2024
1 parent c7c6e5b commit c1072d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/py2cpp/range.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ namespace py {
*
* The `operator==` function checks if the current iterator is equal to another iterator.
*
* @param[in] other `other` is a `RangeIterator` object that is being compared to the current
* iterator.
* @param[in] other `other` is a `RangeIterator` object that is being compared to the
* current iterator.
*
* @return The `operator==` function returns a boolean value indicating whether the two
* iterators are equal.
Expand Down

0 comments on commit c1072d2

Please sign in to comment.