mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
spelling in compilation errors
This commit is contained in:
+1
-1
@@ -3284,7 +3284,7 @@ gb_internal void check_array_type_internal(CheckerContext *ctx, Ast *e, Type **t
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (count < 0) {
|
if (count < 0) {
|
||||||
error(at->count, "? can only be used in conjuction with compound literals");
|
error(at->count, "? can only be used in conjunction with compound literals");
|
||||||
count = 0;
|
count = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user