summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
diff options
context:
space:
mode:
authorBohdan Shtepan <winsatana@ya.ru>2015-12-03 20:15:02 +0200
committerBohdan Shtepan <winsatana@ya.ru>2015-12-03 20:15:02 +0200
commit7272f6806005536fdf7520137b5fdeb861df113a (patch)
treeaec4c50790c56b8f937b7956dcd82f1d3fb4abcb /lua.html.markdown
parent5cf95634321084fd104df23fa5a9fbb6167fbc21 (diff)
parent3e0216bbcc30e98b57bd39b27bafc78ceb5cbe7e (diff)
Merge remote-tracking branch 'refs/remotes/adambard/master'
Diffstat (limited to 'lua.html.markdown')
-rw-r--r--lua.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.html.markdown b/lua.html.markdown
index 3d95c146..2cd4d7bb 100644
--- a/lua.html.markdown
+++ b/lua.html.markdown
@@ -190,7 +190,7 @@ end
--------------------------------------------------------------------------------
-- A table can have a metatable that gives the table operator-overloadish
--- behavior. Later we'll see how metatables support js-prototypey behaviour.
+-- behaviour. Later we'll see how metatables support js-prototypey behaviour.
f1 = {a = 1, b = 2} -- Represents the fraction a/b.
f2 = {a = 2, b = 3}