From 69941eb1792042343a6b5180f9d679759cd0792e Mon Sep 17 00:00:00 2001 From: darkcomet76 Date: Wed, 14 Nov 2018 10:52:19 -0500 Subject: [PATCH] Fixed grammar typo (#25389) Changed friendly to the superlative friendliest to align with the previous 'friendliest'. --- guide/english/ruby/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/ruby/index.md b/guide/english/ruby/index.md index a28c358609..c351e5cba0 100644 --- a/guide/english/ruby/index.md +++ b/guide/english/ruby/index.md @@ -6,7 +6,7 @@ title: Ruby Ruby was created by Yukihiro "Matz" Matsumoto and is an open source, dynamic and interpreted scripting language for quick and easy object-oriented programming. Which means: -It's also known to have one of the largest and friendly community among programming languages. +It's also known to have one of the largest and friendliest communities among programming languages. * Ability to make operating system calls directly * Immediate feedback during development