Fixed grammatical errors on line 19 (#34045)

Removed a comma and changed the word 'focus' to 'focuses'.
This commit is contained in:
Christina Linn
2018-12-05 14:59:06 -08:00
committed by Randell Dawson
parent 49efa04cf2
commit 28703b5625

View File

@ -16,7 +16,7 @@ It's also known to have one of the <a href="https://www.ruby-lang.org/en/communi
* Has "mixin" functionality by module * Has "mixin" functionality by module
* Iterators and closures * Iterators and closures
If you are unfamiliar with some of the concepts above, read on, and don't worry. Ruby focus on simplicity and productivity with an elegant syntax that is natural to read and easy to write, like: If you are unfamiliar with some of the concepts above, read on and don't worry. Ruby focuses on simplicity and productivity with an elegant syntax that is natural to read and easy to write, like:
```ruby ```ruby
# Quick example of Ruby with Object Oriented Programming # Quick example of Ruby with Object Oriented Programming
class Greeter class Greeter