From f70b1edcfbe14bd41fb7c1e45113359a3c75b4e3 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Thu, 6 Feb 2014 01:45:16 +0800 Subject: lua: typo `LoudDog.__index` is `Dog`, not `LoudDog`. --- lua.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua.html.markdown') diff --git a/lua.html.markdown b/lua.html.markdown index 27ce105b..bdd59999 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -321,7 +321,7 @@ seymour:makeSound() -- 'woof woof woof' -- 4. -- Dog.new(LoudDog) as LoudDog has no 'new' key, -- but does have __index = Dog on its metatable. -- Result: seymour's metatable is LoudDog, and --- LoudDog.__index = LoudDog. So seymour.key will +-- LoudDog.__index = Dog. So seymour.key will -- = seymour.key, LoudDog.key, Dog.key, whichever -- table is the first with the given key. -- 4. The 'makeSound' key is found in LoudDog; this -- cgit v1.2.3