changeset 383:4118eb51c816 0.4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 22 Apr 2015 20:46:59 -0600
parents 8557581740db
children 2248a1b10dcb
files website/src/tutorial.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 8557581740db -r 4118eb51c816 website/src/tutorial.html.luan
--- a/website/src/tutorial.html.luan	Wed Apr 22 20:38:48 2015 -0600
+++ b/website/src/tutorial.html.luan	Wed Apr 22 20:46:59 2015 -0600
@@ -56,7 +56,7 @@
 	local Io = require "luan:Io"
 	local print = Io.print
 
-	function hell(name)
+	function hello(name)
 		print("Hello "..name)
 	end