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

@ -80,7 +80,7 @@ struct Regex {
~Regex() noexcept { g_clear_pointer(&rx_, g_regex_unref); }
/**
* Cast to the the underlying GRegex*
* Cast to the underlying GRegex*
*
* @return a GRegex*
*/