summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
diff options
context:
space:
mode:
authorAbhijeet Mohan <void.aby@gmail.com>2016-07-30 21:58:27 +0530
committerven <vendethiel@hotmail.fr>2016-07-30 18:28:27 +0200
commit50c8f7b4dd78df0e4db95ab2cad42373d25f3021 (patch)
tree2fc8c65723cf368285481c03fed948f2652e691a /lua.html.markdown
parenta4db2f20120aa1efcbccc42ec78f95948f56fbde (diff)
Fix typo (#2317)
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 2cd4d7bb..1e2d4366 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
--- behaviour. Later we'll see how metatables support js-prototypey behaviour.
+-- behaviour. Later we'll see how metatables support js-prototype behaviour.
f1 = {a = 1, b = 2} -- Represents the fraction a/b.
f2 = {a = 2, b = 3}