Skip to content

Commit 62c5805

Browse files
authored
Merge pull request odin-lang#5150 from wishfoundry/patch-1
spelling in compilation errors
2 parents 2995557 + 0be7639 commit 62c5805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_type.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3284,7 +3284,7 @@ gb_internal void check_array_type_internal(CheckerContext *ctx, Ast *e, Type **t
32843284
}
32853285

32863286
if (count < 0) {
3287-
error(at->count, "? can only be used in conjuction with compound literals");
3287+
error(at->count, "? can only be used in conjunction with compound literals");
32883288
count = 0;
32893289
}
32903290

0 commit comments

Comments
 (0)