diff options
author | Karl Williamson <khw@cpan.org> | 2015-05-07 10:58:54 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 23:10:37 -0600 |
commit | 796b6530911f5ebd6a26275873610304e63d5d19 (patch) | |
tree | 9f90c198de8d45bde0c5a0e738d48ec5a005f023 /intrpvar.h | |
parent | 6c5826743fef29ff17b421f17c5b09902acb164c (diff) | |
download | perl-796b6530911f5ebd6a26275873610304e63d5d19.tar.gz |
Various pods: Add C<> around many typed-as-is things
Removes 'the' in front of parameter names in some instances.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h index f6b68d9f1c..9d51290cf4 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -84,7 +84,7 @@ PERLVAR(I, defgv, GV *) /* the *_ glob */ =for apidoc mn|bool|PL_dowarn -The C variable which corresponds to Perl's $^W warning variable. +The C variable which corresponds to Perl's C<$^W> warning variable. =cut */ |