Remove strange stray character

Mon, 26 Oct 2009 02:37:49 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 26 Oct 2009 02:37:49 +0000
changeset 6
ab49e2e3d709
parent 5
b6d77a6cf45b
child 7
258aedad056c

Remove strange stray character

luatraverse.lua file | annotate | diff | comparison | revisions
--- a/luatraverse.lua	Mon Oct 26 02:36:42 2009 +0000
+++ b/luatraverse.lua	Mon Oct 26 02:37:49 2009 +0000
@@ -173,7 +173,7 @@
 
 
 -- 'how' is a string that identifies the content of 'to' and 'value':
--- 		if 'how' is "iskey", then 'to' é is a key and 'value' is nil.
+-- 		if 'how' is "iskey", then 'to' is a key and 'value' is nil.
 -- 		if 'how' is "key", then 'to' is an object and 'value' is the name of the
 --		key.
 function edge(env, from, to, how, value)

mercurial