summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorTadeusz SoĊ›nierz <tadeusz.sosnierz@onet.pl>2014-08-24 15:13:28 +0200
committerFather Chrysostomos <sprout@cpan.org>2014-08-24 08:05:51 -0700
commit422791e4eb03a12d17c98eb1787351280ae59789 (patch)
tree5c895500c613309e39f97e396e070f52015675aa /perl.c
parentf7dc415e9cdfb692ee1ff942b0c50c47a6e76369 (diff)
downloadperl-422791e4eb03a12d17c98eb1787351280ae59789.tar.gz
Make eval_pv documentation more precise
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 3de3acf141..8df24db55c 100644
--- a/perl.c
+++ b/perl.c
@@ -2881,7 +2881,7 @@ Perl_eval_sv(pTHX_ SV *sv, I32 flags)
/*
=for apidoc p||eval_pv
-Tells Perl to C<eval> the given string and return an SV* result.
+Tells Perl to C<eval> the given string in scalar context and return an SV* result.
=cut
*/