diff options
author | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
---|---|---|
committer | Adam <adam@adambard.com> | 2016-02-12 23:04:31 -0800 |
commit | f3b10beb01795bf7513ec8d06c9e90ab98df7a83 (patch) | |
tree | 0d5621e1ad3c7e0d934e235895a27046642540ef /nim.html.markdown | |
parent | 5aa692f5f3bbfa7b79224748dcfd8ca5fba7a8bc (diff) |
Clean up various errors
Diffstat (limited to 'nim.html.markdown')
-rw-r--r-- | nim.html.markdown | 2 |
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" |