From e1fa1bf9aa0999b986fbb694cff09408adfe01ae Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Tue, 29 Aug 2017 16:48:21 +0200 Subject: [PATCH] Update 08-built_in_classes.md --- source/08-built_in_classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/08-built_in_classes.md b/source/08-built_in_classes.md index 29049b1..5d95297 100644 --- a/source/08-built_in_classes.md +++ b/source/08-built_in_classes.md @@ -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.