Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-13 00:34:30 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:34 +0400
commit56473d1553937a105db4dd7fc5215a30a41e98e1 (patch)
tree923b951dee2ab593d02b205514b728207c65f0b2 /tests
parente8163b395942b0e5ec0c4aad07b66472d195e61a (diff)
Update cjson-misc.lua file description
Diffstat (limited to 'tests')
-rw-r--r--tests/cjson-misc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cjson-misc.lua b/tests/cjson-misc.lua
index c4462ca..2142464 100644
--- a/tests/cjson-misc.lua
+++ b/tests/cjson-misc.lua
@@ -1,6 +1,6 @@
local json = require "cjson"
--- Misc routines to assist with CJSON testing
+-- Various common routines used by the Lua CJSON package
--
-- Mark Pulford <mark@kyne.com.au>