Skip to content

Commit

Permalink
Fix documentation about return value
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Apr 12, 2018
1 parent c616f95 commit 862ee1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/wizard/src/modules/Wizard.rb
Expand Up @@ -1883,8 +1883,7 @@ def set_icon
# icon name
#
# @param name [String] icon name
# @return [Array<String>, nil] list with the available icon paths; nil if
# not found
# @return [Array<String>] list with the available icon paths
def paths_for(icon_name)
icon_dirs = "{#{Directory.icondir}, #{FALLBACK_ICON_DIR}}"
sizes = "{64x64,48x48,32x32,22x22,16x16}"
Expand Down

0 comments on commit 862ee1a

Please sign in to comment.