correct typo

This commit is contained in:
Ulrich Schmidt 2016-06-21 11:48:03 +02:00
parent 3d31f32b93
commit 0347cfca71
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Here are all the tags known to LDoc:
* **@classmod** Like **@module** but describing a class
* **@submodule** A file containing definitions that you wish to put into the named _master_ module
* **@script** A Lua program
* **@author** (multiple), **copyright**, **@license**, **@release** only used for _project-level_ tags like **@module**
* **@author** (multiple), **@copyright**, **@license**, **@release** only used for _project-level_ tags like **@module**
* **@function**, **@lfunction**. Functions inside a module
* **@param** formal arguments of a function (multiple)
* **@return** returned values of a function (multiple)