Commit Diff


commit - c8d86add25376011bf68ab124d13178761e066b4
commit + d1d1722e0b50fe00258caf09f715a2703160fbdc
blob - d5e8714d2edca1c16832edbfde8b6e9ec48b2888
blob + 9a835425d5023728e3a352f7e9ad0fdf7b5d438d
--- molly/tests.lua
+++ molly/tests.lua
@@ -67,7 +67,7 @@
 -- Note that in Lua associative array is an array that can be indexed not only
 -- with numbers, but also with strings or any other value of the language,
 -- except nil. Null values in Lua tables are represented as JSON null
--- (`json.NULL`, a Lua `lightuserdata` NULL pointer). is provided for
+-- (`json.NULL`, a Lua `lightuserdata` NULL pointer) is provided for
 -- comparison.
 
 local math = require('math')