From 2caa82052da942c95b8bfa937c7183ac16652718 Mon Sep 17 00:00:00 2001 From: JasonJAyalaP Date: Fri, 19 Sep 2014 20:19:16 -0500 Subject: cleanup --- nim.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nim.html.markdown') 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 -- cgit v1.2.3