X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlclib.pod;h=80e6194d1f56e942a6a12d9cebf25f9d098b85ca;hb=a801c63c4c283fdf8af1d9fbd7d3d89096ee73f6;hp=f80a7142f093602950f985470701a94a1a56a0a1;hpb=53305cf15fa20bba9e66475dfc049c6ed9d96c55;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlclib.pod b/pod/perlclib.pod index f80a714..80e6194 100644 --- a/pod/perlclib.pod +++ b/pod/perlclib.pod @@ -127,7 +127,7 @@ instead of raw C strings: strncat(dt, src) sv_catpvn(sv, s) sprintf(s, fmt, ...) sv_setpvf(sv, fmt, ...) -Note also the existence of C and C, combining +Note also the existence of C and C, combining concatenation with formatting. =head2 Character Class Tests