Skip to content

Commit

Permalink
docs: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Jul 9, 2024
1 parent 4191497 commit beabb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mata/utils/synchronized-iterator.hh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public:
/**
* @brief Returns the vector of current still active positions.
*
* Beware, thy will be ordered differently from how there were input into the iterator.
* Beware, they will be ordered differently from how there were input into the iterator.
* This is due to swapping of the emptied positions with positions at the end.
*/
const std::vector<Iterator>& get_current() const override { return this->currently_synchronized; };
Expand Down

0 comments on commit beabb24

Please sign in to comment.