This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update known POD issues
[perl5.git] / regexp.h
index 928a374..477b075 100644 (file)
--- a/regexp.h
+++ b/regexp.h
@@ -230,7 +230,7 @@ typedef struct regexp_engine {
 
 =for apidoc Am|REGEXP *|SvRX|SV *sv
 
-Convenience macro to get the REGEXP from a SV. This is approximately
+Convenience macro to get the REGEXP from a SV.  This is approximately
 equivalent to the following snippet:
 
     if (SvMAGICAL(sv))