diff options
author | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 |
---|---|---|
committer | Aayush Ranaut <aayush.ranaut@gmail.com> | 2015-12-05 11:10:16 +0530 |
commit | dc675a47edaeced79e13bf99d120c195a38b9ecf (patch) | |
tree | e626142c07fa41695b959b606d4337929c9669ed /lua.html.markdown | |
parent | 0049a475edba88f6537b2490ca9506df23b46368 (diff) | |
parent | c8475eacd742a1c8c6340121aa95f32f65421113 (diff) |
Merged and removed confusing comments in python
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..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 behavior. +-- 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} |