Fixed grammatical errors on line 19 (#34045)
Removed a comma and changed the word 'focus' to 'focuses'.
This commit is contained in:
committed by
Randell Dawson
parent
49efa04cf2
commit
28703b5625
@ -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
|
||||||
|
Reference in New Issue
Block a user