mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Spelling, capatability -> compatibility
And added a link to the RubySpec section.
This commit is contained in:
parent
9a9b5a31e0
commit
4997a2af33
@ -63,7 +63,7 @@ Very mature/compatible:
|
|||||||
|
|
||||||
* MRI - Written in C, this is the reference implementation of ruby. By
|
* MRI - Written in C, this is the reference implementation of ruby. By
|
||||||
definition it is 100% compatible (with itself). All other rubies
|
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.
|
* JRuby - Written in Java and ruby, this robust implementation is quite fast.
|
||||||
Most importantly, JRuby's strength is JVM/Java interop, leveraging existing
|
Most importantly, JRuby's strength is JVM/Java interop, leveraging existing
|
||||||
JVM tools, projects, and languages.
|
JVM tools, projects, and languages.
|
||||||
|
Loading…
Reference in New Issue
Block a user