typo fix rangeString -> rangeArray

This commit is contained in:
AJ ONeal 2013-05-17 16:14:15 -03:00
parent fa2a82ef75
commit c430bd2682
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Parses a range string into an array of semver objects
] ]
### stringifyRange(rangeString) ### stringifyRange(rangeArray)
Creates a range string such as `>= 1.1.7 < 2.0.0 || 1.1.3` Creates a range string such as `>= 1.1.7 < 2.0.0 || 1.1.3`
from an array of semver objects (and operators) such as from an array of semver objects (and operators) such as