Skip to content

Commit 9a91aab

Browse files
authored
Fix wording about arrays from create to contain (#1793)
1 parent 6262463 commit 9a91aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/concept/bird-count/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A negative index is assumed to be relative to the end of the array — e.g.. an
99
### Creating arrays
1010

1111
Arrays are normally created using the `[]` notation.
12-
They can create any different type of object.
12+
They can contain any different type of object.
1313

1414
```ruby
1515
array = [1, "two", 3.0]

0 commit comments

Comments
 (0)