Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/concept/bird-count/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A negative index is assumed to be relative to the end of the array — e.g.. an
### Creating arrays

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

```ruby
array = [1, "two", 3.0]
Expand Down