diff options
author | Abdelkader Boudih <terminale@gmail.com> | 2015-02-03 18:43:28 +0000 |
---|---|---|
committer | Abdelkader Boudih <terminale@gmail.com> | 2015-02-03 18:43:28 +0000 |
commit | e5fee016cc4c4b0dc47dbcef1459500c0ec1d49b (patch) | |
tree | 4c512a7e08688c24d25ab8d38bdec3bcff99c497 | |
parent | ff8bc503c04c0d7fe50d03b8d7442b881a20170a (diff) | |
parent | d1d47722093906940f81eb290b14e353b74e8c4c (diff) | |
download | rails-e5fee016cc4c4b0dc47dbcef1459500c0ec1d49b.tar.gz rails-e5fee016cc4c4b0dc47dbcef1459500c0ec1d49b.tar.bz2 rails-e5fee016cc4c4b0dc47dbcef1459500c0ec1d49b.zip |
Merge pull request #18800 from jtperreault/master
Improve sentence flow in Debugging guide.
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index a788dd48ad..f6e7980fe2 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -544,7 +544,7 @@ This way an irb session will be started within the context you invoked it. But be warned: this is an experimental feature. The `var` method is the most convenient way to show variables and their values. -Let's let `byebug` to help us with it. +Let's let `byebug` help us with it. ``` (byebug) help var |