summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/string/length.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/string/length.rdoc b/doc/string/length.rdoc
index 0a7e17f7dc..544bca269f 100644
--- a/doc/string/length.rdoc
+++ b/doc/string/length.rdoc
@@ -10,4 +10,3 @@ Contrast with String#bytesize:
'тест'.bytesize # => 8
'こんにちは'.bytesize # => 15
-String#size is an alias for String#length.