Skip to content

Commit

Permalink
[pmc] fix incorrect docs in String PMC noticed by moritz++
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49542 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Christoph Otto committed Oct 15, 2010
1 parent 719e691 commit 08819b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pmc/string.pmc
Expand Up @@ -716,7 +716,8 @@ Translate ascii string C<src> with entries from C<trans_table>.

=item C<void reverse(STRING *src)>

Reverse the ascii STRING C<src> in place.
Either reverse this PMC's contents or set this PMC's value to the reverse of C<src>,
if present.

=cut

Expand Down

0 comments on commit 08819b3

Please sign in to comment.