diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:44:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-02-28 08:44:16 +0000 |
commit | abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2 (patch) | |
tree | 94b5938ada141c1ffd63dbc8fc57deebe9655a6b /util.c | |
parent | c99fffc5939a5e598379a26c6c3ab0352f01c6e8 (diff) | |
download | perl-abc25d8c4f3e0ad18f7a95f0bea31aeb63a459a2.tar.gz |
Fix a couple of typos in internal docs
p4raw-id: //depot/perl@30421
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4082,12 +4082,12 @@ an RV. Function must be called with an already existing SV like sv = newSV(0); - s = scan_version(s,SV *sv, bool qv); + s = scan_version(s, SV *sv, bool qv); Performs some preprocessing to the string to ensure that it has the correct characteristics of a version. Flags the object if it contains an underscore (which denotes this -is a alpha version). The boolean qv denotes that the version +is an alpha version). The boolean qv denotes that the version should be interpreted as if it had multiple decimals, even if it doesn't. |