This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate Module-CoreList 3.03 changes for v5.18.2
[perl5.git] / pp.h
diff --git a/pp.h b/pp.h
index f683510..c72ed8e 100644 (file)
--- a/pp.h
+++ b/pp.h
@@ -30,7 +30,7 @@ the C<SP> macro.  See C<SP>.
 
 =for apidoc ms||djSP
 
-Declare Just C<SP>. This is actually identical to C<dSP>, and declares
+Declare Just C<SP>.  This is actually identical to C<dSP>, and declares
 a local copy of perl's stack pointer, available via the C<SP> macro.
 See C<SP>.  (Available for backward source code compatibility with the
 old (Perl 5.005) thread model.)