summaryrefslogtreecommitdiff
path: root/src/luacov/stats.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luacov/stats.lua')
-rw-r--r--src/luacov/stats.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luacov/stats.lua b/src/luacov/stats.lua
index 78dc72b..30a7a48 100644
--- a/src/luacov/stats.lua
+++ b/src/luacov/stats.lua
@@ -1,6 +1,6 @@
-----------------------------------------------------
-- Manages the file with statistics (being) collected.
--- In general the module requires that its property <code>stats.statsfile</code>
+-- In general the module requires that its property `stats.statsfile`
-- has been set to the filename of the statsfile to create, load, etc.
-- @class module
-- @name luacov.stats