diff options
author | Karl Williamson <khw@cpan.org> | 2021-04-28 19:43:56 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2021-05-20 21:39:01 -0600 |
commit | 45defe0a56874f57dc92eec30aec128f607a45c7 (patch) | |
tree | b44fe7e0f00abe3fce2a580c537b9380764e4f49 /sv.c | |
parent | adc62d4a50ee8fd9df18cf8c7f8c7c8a9d1161e1 (diff) | |
download | perl-45defe0a56874f57dc92eec30aec128f607a45c7.tar.gz |
perlapi: Rmv repeated word
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9560,7 +9560,7 @@ so is used in situations where the caller doesn't already have the thread context. =for apidoc vnewSVpvf -Like C<L</newSVpvf>> but but the arguments are an encapsulated argument list. +Like C<L</newSVpvf>> but the arguments are an encapsulated argument list. =cut */ |