Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 24, 2014 10:25
Show Gist options
  • Save tadzik/b6d8739c731dd0247db2 to your computer and use it in GitHub Desktop.
Save tadzik/b6d8739c731dd0247db2 to your computer and use it in GitHub Desktop.
diff --git a/perl.c b/perl.c
index 3de3acf..8df24db 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
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment