Skip to content

Commit

Permalink
small fix in readme regarding Lua 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
siffiejoe committed Jan 13, 2015
1 parent 8f49a91 commit 5a36168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ The resulting class has a `__call` metamethod defined for constructing
objects of this class, and basically acts like a normal table, except
that fields with metamethod-names don't end up in the class table.
Iteration via `pairs()` provides all available fields of the class
(including fields of base classes), but it only works for Lua 5.2.
(including fields of base classes), but it only works for Lua 5.2 and
up.

#### class.of() ####

Expand Down

0 comments on commit 5a36168

Please sign in to comment.