diff options
author | Abhijeet Mohan <void.aby@gmail.com> | 2016-07-30 21:58:27 +0530 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-07-30 18:28:27 +0200 |
commit | 50c8f7b4dd78df0e4db95ab2cad42373d25f3021 (patch) | |
tree | 2fc8c65723cf368285481c03fed948f2652e691a /lua.html.markdown | |
parent | a4db2f20120aa1efcbccc42ec78f95948f56fbde (diff) |
Fix typo (#2317)
Diffstat (limited to 'lua.html.markdown')
-rw-r--r-- | lua.html.markdown | 2 |
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} |