spelling in compilation errors

This commit is contained in:
Ben
2025-05-11 22:10:16 -05:00
committed by GitHub
parent 39789bc6cb
commit 0be7639c0a
+1 -1
View File
@@ -3284,7 +3284,7 @@ gb_internal void check_array_type_internal(CheckerContext *ctx, Ast *e, Type **t
}
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;
}