Merge pull request #2552 from Elv13/fix_tags_doc

doc: Fix a copy/paste mistake in the screen module
This commit is contained in:
mergify[bot] 2019-01-05 17:06:43 +00:00 committed by GitHub
commit ed7c243c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ end
--- The first selected tag. --- The first selected tag.
-- @property selected_tag -- @property selected_tag
-- @param table -- @param tag
-- @treturn ?tag The first selected tag or nil. -- @treturn ?tag The first selected tag or nil.
-- @see tag.selected -- @see tag.selected
-- @see selected_tags -- @see selected_tags