# HG changeset patch # User Matthew Wild # Date 1256524669 0 # Node ID ab49e2e3d709c689ce55d5a670a9c5f485ecab6c # Parent b6d77a6cf45b72849965b9119061d1448dd7f7fb Remove strange stray character diff -r b6d77a6cf45b -r ab49e2e3d709 luatraverse.lua --- 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)