summaryrefslogtreecommitdiffhomepage
path: root/lua.html.markdown
diff options
context:
space:
mode:
authorSaurabh Sandav <justmailsaurabh@gmail.com>2015-10-28 13:16:13 +0530
committerSaurabh Sandav <justmailsaurabh@gmail.com>2015-10-28 13:16:13 +0530
commit7a6d3b15490b882cd387f7eeb9b14d5ab20c55b1 (patch)
tree601c04104b314de59a6dd29d7816d9bf44f9bd4b /lua.html.markdown
parenta019e2c16bbad5a4dd396f952cdfeb733eed6978 (diff)
[elisp/en] Fix typo
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}