Skip to content

Commit

Permalink
Fix typo (#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
voidabhi authored and vendethiel committed Jul 30, 2016
1 parent a4db2f2 commit 50c8f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 50c8f7b

Please sign in to comment.