Merge pull request #8671 from ChillerDragon/pr_fix_furst

Fix first typo
This commit is contained in:
Jupeyy 2024-08-01 05:57:43 +00:00 committed by GitHub
commit 44ff68a22e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1612,7 +1612,7 @@ const char *str_find(const char *haystack, const char *needle);
* @param delim String to search for
* @param offset Number of characters into the haystack
* @param start Will be set to the first delimiter on the left side of the offset (or haystack start)
* @param end Will be set to the furst delimiter on the right side of the offset (or haystack end)
* @param end Will be set to the first delimiter on the right side of the offset (or haystack end)
*
* @return `true` if both delimiters were found
* @return 'false' if a delimiter is missing (it uses haystack start and end as fallback)