summaryrefslogtreecommitdiffhomepage
path: root/ruby-ecosystem.html.markdown
diff options
context:
space:
mode:
authormarcuse <marcus.ekelund@gmail.com>2013-08-17 13:17:21 +0200
committermarcuse <marcus.ekelund@gmail.com>2013-08-17 13:17:21 +0200
commit4997a2af3333dd74074d88943a36569a038175ad (patch)
tree14dfd5ab52ed3fc3a242d752619da73ad8e1b623 /ruby-ecosystem.html.markdown
parent9a9b5a31e079c635fe4c5afc1127f88fbad091f3 (diff)
Spelling, capatability -> compatibility
And added a link to the RubySpec section.
Diffstat (limited to 'ruby-ecosystem.html.markdown')
-rw-r--r--ruby-ecosystem.html.markdown2
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.