summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSaurabh Sandav <justmailsaurabh@gmail.com>2015-10-22 18:58:23 +0530
committerSaurabh Sandav <justmailsaurabh@gmail.com>2015-10-22 18:58:23 +0530
commit50910728738eb1b9abf54955fb3dca85f3a64b0b (patch)
tree0de88553fc99014acb611b67b93352ccbbaee01b
parent1c0eee17a6022d135ae8911105719ddaa81b187c (diff)
[lua/en] Fix typo
-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}