Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
just a tiny whitespace fix.
  • Loading branch information
timo committed Mar 9, 2014
1 parent 22231b9 commit 2be6bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-setting-library/Containers.pod
Expand Up @@ -1115,7 +1115,7 @@ C<$elems> elements (or to the end of the buffer, if not provided).

The method fails with C<X::OutOfRange> if either C<$from> or C<$elems> are negative. The method also fails if C<$from> is larger than the amount of elemens in the buffer.

C<$from>may be specified relative to the end of the string using a WhateverCode:
C<$from> may be specified relative to the end of the string using a WhateverCode:

Buf.new(0x00, 0xFF).subbuf(*-1, 1)

Expand Down

0 comments on commit 2be6bfa

Please sign in to comment.