mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
fix comments
This commit is contained in:
parent
dcb286ec09
commit
1fcac965e9
2 changed files with 3 additions and 3 deletions
|
@ -273,7 +273,7 @@ module MPW
|
|||
|
||||
# Get an item when multiple choice
|
||||
# @param items [Array] list of items
|
||||
# @return item [Item]
|
||||
# @return [Item] an item
|
||||
def get_item(items)
|
||||
return items[0] if items.length == 1
|
||||
|
||||
|
@ -414,7 +414,7 @@ module MPW
|
|||
end
|
||||
|
||||
# Text editor interface
|
||||
# @param template [String] template name
|
||||
# @param template_name [String] template name
|
||||
# @param item [Item] the item to edit
|
||||
# @param password [Boolean] disable field password
|
||||
# @return [Hash] the values for an item
|
||||
|
|
|
@ -221,7 +221,7 @@ module MPW
|
|||
end
|
||||
|
||||
# Search in some csv data
|
||||
# @params options [Hash]
|
||||
# @param options [Hash]
|
||||
# @return [Array] a list with the resultat of the search
|
||||
def list(**options)
|
||||
result = []
|
||||
|
|
Loading…
Add table
Reference in a new issue