diff --git a/swan-lake/resources/learn-the-language/language-basics.md b/swan-lake/resources/learn-the-language/language-basics.md index 3ded1a3898e..e8cca8c7d7a 100644 --- a/swan-lake/resources/learn-the-language/language-basics.md +++ b/swan-lake/resources/learn-the-language/language-basics.md @@ -245,7 +245,7 @@ int n = string:length(s); ## Arrays -Arrays are sequential data structures consisting of values of the same type. +Arrays are ordered data structures consisting of values of the same type. You can declare an array of integers as: