diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-24 09:31:07 +0200 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-24 09:31:07 +0200 |
commit | e9fbf8f24a5cc9188f0b572915b708a867bf7bde (patch) | |
tree | 69d4878171fd72964578f7f3c4c8f12dc52ea2b9 /lua.html.markdown | |
parent | ab67a8f4c29309d7fd5e0b1bd3255fe695beb8cf (diff) | |
parent | a019e2c16bbad5a4dd396f952cdfeb733eed6978 (diff) |
Merge pull request #1767 from SaurabhSandav/lua
[lua/en] Fix typo
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 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} |