Skip to content

Commit 0d223a5

Browse files
committed
Correcting some spelling errors
Oops introducing a new spelling error.
1 parent 937b567 commit 0d223a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doxygen/Filter/Perl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ sub _ProcessPerlMethod
796796
}
797797
798798
# Doxygen makes use of the `@` symbol and treats it as a special reserved character. This is a problem for perl
799-
# and especially when we are documenting our own Doxygen code we have print statements that include things likea `@endcode`
799+
# and especially when we are documenting our own Doxygen code we have print statements that include things like `@endcode`
800800
# as is found in _PrintMethodBlock(). Lets convert those `@` to `@amp;`
801801
$line =~ s/\@endcode/\&\#64\;endcode/g;
802802

0 commit comments

Comments
 (0)