diff --git a/README.textile b/README.textile index 65c6ea7..508f1e5 100644 --- a/README.textile +++ b/README.textile @@ -97,7 +97,7 @@ inspect(setmetatable({a=1}, {b=2}) == [[<1>{ }]]) -You may have noticed that all tables are preceded by an @@ string. If a table has already been printed out, @inspect@ will just print @@ the second time it finds it. This will infinite loops. +You may have noticed that all tables are preceded by an @@ string. If a table has already been printed out, @inspect@ will just print @
@ the second time it finds it. This will prevent infinite loops.
 a = {1,2}