aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2015-11-23 23:56:45 -0200
committerRafael França <rafaelmfranca@gmail.com>2015-11-23 23:56:45 -0200
commit69958c12c1befcf4adf6ac120f8ca6f924279905 (patch)
treec60d017af39658442142284892536bfef64c2f58 /guides/source
parent668c006cf33a63ac3f8a8f064c772a339341e70c (diff)
parent16d67f4e8756eefb5eb407df230be0257ea36c6c (diff)
downloadrails-69958c12c1befcf4adf6ac120f8ca6f924279905.tar.gz
rails-69958c12c1befcf4adf6ac120f8ca6f924279905.tar.bz2
rails-69958c12c1befcf4adf6ac120f8ca6f924279905.zip
Merge pull request #22390 from jacobbednarz/update-valgrind-docs-for-macosx-support
Remove valgrind note about linux only support
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/debugging_rails_applications.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index a05abb61d6..5424313b33 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -862,8 +862,8 @@ such as Valgrind.
### Valgrind
-[Valgrind](http://valgrind.org/) is a Linux-only application for detecting
-C-based memory leaks and race conditions.
+[Valgrind](http://valgrind.org/) is an application for detecting C-based memory
+leaks and race conditions.
There are Valgrind tools that can automatically detect many memory management
and threading bugs, and profile your programs in detail. For example, if a C