Merge pull request #244 from marcuse/patch-1

Spelling, capatability -> compatibility
This commit is contained in:
Adam Bard 2013-08-17 09:27:39 -07:00
commit 8344642dba

View File

@ -63,7 +63,7 @@ Very mature/compatible:
* MRI - Written in C, this is the reference implementation of ruby. By
definition it is 100% compatible (with itself). All other rubies
maintain capatability with MRI (see RubySpec below).
maintain compatibility with MRI (see [RubySpec](#rubyspec) below).
* JRuby - Written in Java and ruby, this robust implementation is quite fast.
Most importantly, JRuby's strength is JVM/Java interop, leveraging existing
JVM tools, projects, and languages.