forked from mirrors/nixpkgs
lib/string: drop redundant string in description of toInt.
Describing the string argument as a string is redundant and not needed to describe what this function does.
This commit is contained in:
parent
a6e78f015c
commit
ff1700feda
|
@ -674,7 +674,7 @@ rec {
|
||||||
else
|
else
|
||||||
false;
|
false;
|
||||||
|
|
||||||
/* Parse a string string as an int.
|
/* Parse a string as an int.
|
||||||
|
|
||||||
Type: string -> int
|
Type: string -> int
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue