diff options
author | Adam Bard <github@adambard.com> | 2013-08-17 09:27:39 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2013-08-17 09:27:39 -0700 |
commit | 8344642dba9c6c5a9594da76aff7a009cdec4adb (patch) | |
tree | 1b4f9298357863baef307a8b626e5419f32dae1b /ruby-ecosystem.html.markdown | |
parent | 1eec8e47bc014f3d9e26abce62623c4ea6cc3925 (diff) | |
parent | 4997a2af3333dd74074d88943a36569a038175ad (diff) |
Merge pull request #244 from marcuse/patch-1
Spelling, capatability -> compatibility
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. |