fix: grammer and shecks

(get it, shell + checks = SHecks, k i'll stop)
This commit is contained in:
2025-06-14 00:08:55 +02:00
parent 2796078186
commit fc4367b6f7
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ struct parser_error parse_str_inplace(char* raw) {
raw[i] = '\0';
NOFAIL;
}
FAIL("String finished but theres content after");
FAIL("String finished but there's content after");
}
if (*p == '\\') {
p++;