Skip to content

Commit

Permalink
Merge pull request #71 from DanToml/dan_command_docs_type
Browse files Browse the repository at this point in the history
[Docs] Fix typo in Command#run
  • Loading branch information
segiddins committed Jun 11, 2016
2 parents 47857d5 + 8261de2 commit 74a51d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/claide/command.rb
Expand Up @@ -564,7 +564,7 @@ def validate!
# This method should be overridden by the command class to perform its
# work.
#
# @return [void
# @return [void]
#
def run
raise 'A subclass should override the `CLAide::Command#run` method to ' \
Expand Down

0 comments on commit 74a51d4

Please sign in to comment.