Skip to content

Commit

Permalink
regexp apidoc was misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 17, 2024
1 parent d5130c9 commit a075295
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions regexp.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,16 @@ struct reg_code_blocks {


/*
= for apidoc AyT||regexp
The regexp/REGEXP struct, see L<perlreapi> for further documentation
on the individual fields. The struct is ordered so that the most
commonly used fields are placed at the start.
Any patch that adds items to this struct will need to include
changes to F<sv.c> (C<Perl_re_dup()>) and F<regcomp.c>
(C<pregfree()>). This involves freeing or cloning items in the
regexp's data array based on the data item's type.
=for apidoc AyT||regexp
The regexp/REGEXP struct, see L<perlreapi> for further documentation
on the individual fields. The struct is ordered so that the most
commonly used fields are placed at the start.
Any patch that adds items to this struct will need to include
changes to F<sv.c> (C<Perl_re_dup()>) and F<regcomp.c>
(C<pregfree()>). This involves freeing or cloning items in the
regexp's data array based on the data item's type.
=cut
*/

/* NOTE: There is a copy of this struct in the documentation in perlreapi.pod
Expand Down

0 comments on commit a075295

Please sign in to comment.