summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
diff options
context:
space:
mode:
authorClaudson Martins <claudson@outlook.com>2015-10-25 20:06:41 -0300
committerClaudson Martins <claudson@outlook.com>2015-10-25 20:06:41 -0300
commit71a19df2cebf1fdf46c54a500de623d821cf363b (patch)
treefaca9e30328733081efc158f587a809daa6feaff /lua.html.markdown
parent27327822eb05cf1835afa2ef4365b8b4fe98b908 (diff)
parent44ca091c73afe13ec8760021cfed1d77afc5e4a5 (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 0809215f..3d95c146 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 behavior.
+-- behavior. 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}