We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4281dc4 + fe7fbfe commit d79d523Copy full SHA for d79d523
src/error.cpp
@@ -823,7 +823,7 @@ gb_internal int error_value_cmp(void const *a, void const *b) {
823
gb_global String error_article_table[][2] = {
824
{str_lit("a "), str_lit("bit_set literal")},
825
{str_lit("a "), str_lit("constant declaration")},
826
- {str_lit("a "), str_lit("dynamiic array literal")},
+ {str_lit("a "), str_lit("dynamic array literal")},
827
{str_lit("a "), str_lit("map index")},
828
{str_lit("a "), str_lit("map literal")},
829
{str_lit("a "), str_lit("matrix literal")},
0 commit comments