Fixed grammar typo (#25389)

Changed friendly to the superlative friendliest to align with the previous 'friendliest'.
This commit is contained in:
darkcomet76
2018-11-14 10:52:19 -05:00
committed by Aditya
parent b8569bcc1d
commit 69941eb179

View File

@@ -6,7 +6,7 @@ title: Ruby
Ruby was created by Yukihiro "Matz" Matsumoto and is an <a href='https://github.com/ruby/ruby' target='_blank' rel='nofollow'>open source</a>, dynamic and interpreted scripting language for quick and easy object-oriented programming. Which means:
It's also known to have one of the <a href="https://www.ruby-lang.org/en/community/">largest and friendly community</a> among programming languages.
It's also known to have one of the <a href="https://www.ruby-lang.org/en/community/">largest and friendliest communities</a> among programming languages.
* Ability to make operating system calls directly
* Immediate feedback during development