mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
fix: grammer and shecks
(get it, shell + checks = SHecks, k i'll stop)
This commit is contained in:
@@ -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++;
|
||||
|
Reference in New Issue
Block a user