summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2015-12-04 14:46:48 +0700
committerAdam <adam@adambard.com>2015-12-04 14:46:48 +0700
commit1b95655b3cb227e43aecbfd844763eda1a07957c (patch)
tree932a8821271122fa93ac7d7a6560d7f61fd9b389 /lua.html.markdown
parent60b2f9dbdc9b658d2d96d3cb6c146b6e82245d9c (diff)
parent3e0216bbcc30e98b57bd39b27bafc78ceb5cbe7e (diff)
t push origin masterMerge branch 'master' of github.com:adambard/learnxinyminutes-docs
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}