summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2014-09-21 22:31:07 +0200
committerAdam <adam@adambard.com>2014-09-21 22:31:07 +0200
commit41c3d0329a8149340a0703209ba948e45135e239 (patch)
treee19060b5beaf2ed479e304729fa1111754feb657
parent1d25d7a08c83162e6e8ef8ccaa1595fced71e7af (diff)
Ruby syntax for nimrod for now
-rw-r--r--nim.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.html.markdown b/nim.html.markdown
index 4619975d..c74fece7 100644
--- a/nim.html.markdown
+++ b/nim.html.markdown
@@ -10,7 +10,7 @@ that gives the programmer power without compromises on runtime efficiency.
Nim is efficient, expressive, and elegant.
-```nimrod
+```ruby
var # Declare (and assign) variables,
letter: char = 'n' # with or without type annotations
lang = "N" & "im"