diff options
author | marcuse <marcus.ekelund@gmail.com> | 2013-08-17 13:17:21 +0200 |
---|---|---|
committer | marcuse <marcus.ekelund@gmail.com> | 2013-08-17 13:17:21 +0200 |
commit | 4997a2af3333dd74074d88943a36569a038175ad (patch) | |
tree | 14dfd5ab52ed3fc3a242d752619da73ad8e1b623 | |
parent | 9a9b5a31e079c635fe4c5afc1127f88fbad091f3 (diff) |
Spelling, capatability -> compatibility
And added a link to the RubySpec section.
-rw-r--r-- | ruby-ecosystem.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby-ecosystem.html.markdown b/ruby-ecosystem.html.markdown index 54c1d178..c2a2087b 100644 --- a/ruby-ecosystem.html.markdown +++ b/ruby-ecosystem.html.markdown @@ -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. |