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.
create
contain
1 parent 6262463 commit 9a91aabCopy full SHA for 9a91aab
1 file changed
exercises/concept/bird-count/.docs/introduction.md
@@ -9,7 +9,7 @@ A negative index is assumed to be relative to the end of the array — e.g.. an
9
### Creating arrays
10
11
Arrays are normally created using the `[]` notation.
12
-They can create any different type of object.
+They can contain any different type of object.
13
14
```ruby
15
array = [1, "two", 3.0]
0 commit comments