summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org>2015-12-02 22:28:25 +0200
committerAndre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org>2015-12-02 22:28:25 +0200
commit3e0216bbcc30e98b57bd39b27bafc78ceb5cbe7e (patch)
treedc0adc86318705106358cbdc76d6c607ac962c17
parentfc1f32090dd2397607199423d12d1cc63a7d8ad7 (diff)
parent7a6d3b15490b882cd387f7eeb9b14d5ab20c55b1 (diff)
Merge pull request #1842 from SaurabhSandav/lua
[elisp/en] Fix typo
-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}