lib: revert my bogus comment fix

See 5445e521b6 (commitcomment-17531945)
This commit is contained in:
Nikolay Amiantov 2016-05-19 01:26:04 +03:00
parent 0c1bd3ee66
commit cdff1f61f0

View file

@ -346,7 +346,7 @@ rec {
*/
versionOlder = v1: v2: builtins.compareVersions v2 v1 == 1;
/* Return true if string v1 denotes a version equal to or newer than v2.
/* Return true iff string v1 denotes a version equal to or newer than v2.
Example:
versionAtLeast "1.1" "1.0"