diff options
author | Wuzzy <almikes@aol.com> | 2016-11-18 18:20:30 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-18 18:20:30 +0100 |
commit | e3a8d4314d303bf42f720f174ca24b55c2c6b1c6 (patch) | |
tree | 020d8c245610045c68318856c0cb23986ae167ff /init.lua | |
parent | da8e61e4c7f709196ce60fa7d1b0a4e9cf3d5e76 (diff) |
Fix minor typo in src
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -285,7 +285,7 @@ function doc.entry_exists(category_id, entry_id) -- Entry exists return true else - -- Entry of this ID does not exist, so we check if there's an alis for it + -- Entry of this ID does not exist, so we check if there's an alias for it return doc.data.categories[category_id].entry_aliases[entry_id] ~= nil end else |