From 2d7f66116e374c78dcf18cb5b9fea7b79ac82b5b Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 7 May 2015 10:28:43 -0600 Subject: perlapi: Use C<> instead of I<> for parameter names, etc The majority of perlapi uses C<> to specify these things, but a few things used I<> instead. Standardize to C<>. --- mathoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathoms.c') diff --git a/mathoms.c b/mathoms.c index d659883f34..7da0068fb2 100644 --- a/mathoms.c +++ b/mathoms.c @@ -1795,7 +1795,7 @@ Perl_utf8_to_uvuni(pTHX_ const U8 *s, STRLEN *retlen) /* =for apidoc Am|HV *|pad_compname_type|PADOFFSET po -Looks up the type of the lexical variable at position I in the +Looks up the type of the lexical variable at position C in the currently-compiling pad. If the variable is typed, the stash of the class to which it is typed is returned. If not, C is returned. -- cgit v1.2.1