summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasonJAyalaP <jason@jasonayala.com>2014-09-19 20:19:16 -0500
committerJasonJAyalaP <jason@jasonayala.com>2014-09-19 20:19:16 -0500
commit2caa82052da942c95b8bfa937c7183ac16652718 (patch)
treea886fa98fe5288100070bdfa9bc6cd39934a6732
parent64cd3c4e2245b66546dbc091c1737d9660f7ef94 (diff)
cleanup
-rw-r--r--nim.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim.html.markdown b/nim.html.markdown
index 3b826cf4..b14f0a7e 100644
--- a/nim.html.markdown
+++ b/nim.html.markdown
@@ -15,7 +15,7 @@ Nim is efficient, expressive, and elegant.
var # Declare (and assign) variables,
letter: char = 'n' # with or without type annotations
lang = "N" & "im"
- n_let : int = len(lang)
+ n_length : int = len(lang)
boat: float
truth: bool = false