diff website/src/tutorial.html.luan @ 383:4118eb51c816 0.4

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 22 Apr 2015 20:46:59 -0600
parents 8557581740db
children db23f654f87d
line wrap: on
line diff
--- 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