summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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"