Skip to content

Commit

Permalink
Merge pull request #8675 from ballerina-platform/MaryamZi-patch-1
Browse files Browse the repository at this point in the history
Update language-basics.md
  • Loading branch information
praneesha authored Feb 13, 2024
2 parents fd96f55 + 6c2a3c1 commit 2c04008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swan-lake/resources/learn-the-language/language-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2c04008

Please sign in to comment.