We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccfa9d commit 7a3c41dCopy full SHA for 7a3c41d
pod/perlhacktips.pod
@@ -385,7 +385,7 @@ Perl also has conflicts with that.
385
386
Perl reserves for its use any symbol beginning with C<Perl>, C<perl>,
387
or C<PL_>. Any time you introduce a macro into a header file that
388
-doesn't follow that convention, you are creating the possiblity of a
+doesn't follow that convention, you are creating the possibility of a
389
namespace clash with an existing XS module, unless you restrict it by,
390
say,
391
0 commit comments