mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 09:38:19 +00:00
Fix first typo
This commit is contained in:
parent
2c61177745
commit
ef1d5fa78c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue