summaryrefslogtreecommitdiff
path: root/lib/pp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pp.rb')
-rw-r--r--lib/pp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pp.rb b/lib/pp.rb
index 0eb8f28ac6..489e342608 100644
--- a/lib/pp.rb
+++ b/lib/pp.rb
@@ -79,7 +79,7 @@ PP#pp to print the object.
PP.pp returns ((|out|)).
--- PP.sharing_detection
- returns the sharing detection flag as boolean value.
+ returns the sharing detection flag as a boolean value.
It is false by default.
--- PP.sharing_detection = boolean_value