Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo correction: removing two consecutive 'is's in rdb 'help restart' description. #12

Merged
merged 1 commit into from Oct 8, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/ruby-debug/commands/control.rb
Expand Up @@ -68,7 +68,7 @@ def help_command
def help(cmd) def help(cmd)
%{ %{
restart|R [args] restart|R [args]
Restart the program. This is is a re-exec - all debugger state Restart the program. This is a re-exec - all debugger state
is lost. If command arguments are passed those are used. is lost. If command arguments are passed those are used.
} }
end end
Expand Down
2 changes: 1 addition & 1 deletion doc/ruby-debug.texi
Expand Up @@ -1633,7 +1633,7 @@ questions asked, enter the ``unconditionally''.
@item restart @item restart
@itemx R @itemx R


Restart the program. This is is a re-exec - all debugger state is Restart the program. This is a re-exec - all debugger state is
lost. If command arguments are passed those are used. Otherwise the lost. If command arguments are passed those are used. Otherwise the
last program arguments used in the last invocation are used. last program arguments used in the last invocation are used.


Expand Down