Replace "the the " with "the "

This commit is contained in:
Anton Mosich
2025-08-26 16:13:19 +02:00
committed by Seth Ladygo
parent 65816093c4
commit 543c43f078
16 changed files with 18 additions and 18 deletions

View File

@ -208,7 +208,7 @@ unread_char(std::string& str, size_t& pos, char kar)
/**
* Remove the the next element from the string and return it
* Remove the next element from the string and return it
*
* @param[in,out] str a string
* @param[in,out] pos position in _original_ string *