Skip to content

Commit 446a6bd

Browse files
authored
Merge pull request #865 from takmar/fix-typo
Fix typo
2 parents f1ba900 + 812acc8 commit 446a6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/thor/shell/basic.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ def say_status(status, message, log_status = true)
143143
stdout.flush
144144
end
145145

146-
# Make a question the to user and returns true if the user replies "y" or
146+
# Asks the user a question and returns true if the user replies "y" or
147147
# "yes".
148148
#
149149
def yes?(statement, color = nil)
150150
!!(ask(statement, color, add_to_history: false) =~ is?(:yes))
151151
end
152152

153-
# Make a question the to user and returns true if the user replies "n" or
153+
# Asks the user a question and returns true if the user replies "n" or
154154
# "no".
155155
#
156156
def no?(statement, color = nil)

0 commit comments

Comments
 (0)