Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2025-08-02 16:01:00 +00:00
parent c60763d19e
commit 42619ea2df
4 changed files with 4 additions and 4 deletions

View File

@ -6942,7 +6942,7 @@ return {
},
{
name = "TextFindIndex",
description = "Find first text occurrence within a string",
description = "Find first text occurrence within a string, -1 if not found",
returnType = "int",
params = {
{type = "const char *", name = "text"},