This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Consistent spaces after dots
[perl5.git] / cv.h
diff --git a/cv.h b/cv.h
index 234e030..897d85f 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -29,7 +29,7 @@ This section documents functions to manipulate CVs which are code-values,
 or subroutines. For more information, see L<perlguts>.
 
 =for apidoc Am|HV*|CvSTASH|CV* cv
-Returns the stash of the CV. A stash is the symbol table hash, containing
+Returns the stash of the CV.  A stash is the symbol table hash, containing
 the package-scoped variables in the package where the subroutine was defined.
 For more information, see L<perlguts>.