diff options
author | Adam <adam@adambard.com> | 2013-08-17 09:39:50 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-08-17 09:39:50 -0700 |
commit | c7be8f325b5a99854a5f41f44b7b19d160e7bb37 (patch) | |
tree | cec5b3ab032bed838082539875f5f2b2374b1c52 /ruby-ecosystem.html.markdown | |
parent | 8aa0ab6068a13491ec9cba59bce32911ab9f8061 (diff) | |
parent | 8344642dba9c6c5a9594da76aff7a009cdec4adb (diff) |
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
Diffstat (limited to 'ruby-ecosystem.html.markdown')
-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. |