summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmihira <mmihira.w@gmail.com>2016-07-09 16:26:43 +1000
committermmihira <mmihira.w@gmail.com>2016-07-09 16:26:43 +1000
commite7e42aa9062486e3d1446decd06f4c49af403748 (patch)
tree442738e0c60cfb1d15ad14263c1d0a6c8e91f651
parent4298414b4032752574db9bb59aac86498feb2ecc (diff)
downloadhighline-e7e42aa9062486e3d1446decd06f4c49af403748.tar.gz
Question confirm typo fix
-rwxr-xr-xlib/highline/question.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/question.rb b/lib/highline/question.rb
index c3a217e..4f9560c 100755
--- a/lib/highline/question.rb
+++ b/lib/highline/question.rb
@@ -153,7 +153,7 @@ class HighLine
# output a string which is then used as the confirm
# question.
# String : The String must use ERB syntax. The String is
- # evaluated with with access to question and answer and
+ # evaluated with access to question and answer and
# is then used as the confirm question.
# When set to +false+ or +nil+ (the default), answers are not confirmed.
attr_accessor :confirm