summaryrefslogtreecommitdiffhomepage
path: root/nim.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
committerAdam <adam@adambard.com>2016-02-12 23:04:31 -0800
commitf3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch)
tree0d5621e1ad3c7e0d934e235895a27046642540ef /nim.html.markdown
parent5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff)
Clean up various errors
Diffstat (limited to 'nim.html.markdown')
-rw-r--r--nim.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.html.markdown b/nim.html.markdown
index 79271732..4901ebfe 100644
--- a/nim.html.markdown
+++ b/nim.html.markdown
@@ -11,7 +11,7 @@ that gives the programmer power without compromises on runtime efficiency.
Nim is efficient, expressive, and elegant.
-```nimrod
+```javascript
var # Declare (and assign) variables,
letter: char = 'n' # with or without type annotations
lang = "N" & "im"