diff options
author | Wuzzy <almikes@aol.com> | 2016-08-02 00:19:32 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-02 00:19:32 +0200 |
commit | b6e1f461c85cd8be767b53e6d06ddfab179548b8 (patch) | |
tree | 65a24a48ef99b8c38f48811aa15e683434e8d73d /API.md | |
parent | 1496e0a368811f6b1102ae61507fb0267579429d (diff) |
Fix API documentation for function
Diffstat (limited to 'API.md')
-rw-r--r-- | API.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -165,4 +165,5 @@ Returns how many entries have been viewed by a player. viewed entries #### Return value -Amount of entries the player has viewed in the specified category. +Amount of entries the player has viewed in the specified category. If the +player does not exist, this function returns `nil`. |