Parcourir la source

Merge pull request #5150 from wishfoundry/patch-1

spelling in compilation errors
Laytan il y a 1 mois
Parent
commit
62c5805c91
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/check_type.cpp

+ 1 - 1
src/check_type.cpp

@@ -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;
 		}