Skip to content
Open
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 source/08-built_in_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the place. There are more data types, but those are rather exotic, and used
much less often.

Numbers and Strings (which is just a strange name for "texts") are some of the
most basic "things" that you deal with in Ruby on a regular basis. The are also
most basic "things" that you deal with in Ruby on a regular basis. There are also
just enough lego bricks for us to dive into more interesting topics, such as
how objects, classes, and methods relate to each other, and how you can create
your own ones.
Expand Down