From 54ef1b0711f37842ffd0d70581ac8bb212143378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garc=C3=ADa?= Date: Mon, 5 Dec 2011 19:51:36 +0100 Subject: [PATCH] Update README.textile --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}