Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
.bytes is no longer Str method
  • Loading branch information
lichtkind committed Dec 11, 2012
1 parent e91970d commit 644c205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/appendix-a-index.txt
Expand Up @@ -1376,9 +1376,9 @@ adds a [*role*](appendix-g-glossary.html#role)
to a [*class*](appendix-g-glossary.html#class)

<a id="bytes"/>
.**bytes** ([Str](#Str-type) [--\>](#minus-minus-greater-signature) [Int](#Int-type))
.**bytes** ([Buf](#Buf-type) [--\>](#minus-minus-greater-signature) [Int](#Int-type))
*«string method»* &mdash;
number of bytes (a sort of Perl 5's *length*) &mdash;
number of bytes (a sort of Perl 5's *length*) on buffer like types &mdash;
see also: [**chars**](#chars), [**codes**](#codes), [**graphs**](#graphs)

<a id="bytes-modifier"/>
Expand Down

0 comments on commit 644c205

Please sign in to comment.