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:
Alex Brandt 2020-12-05 14:35:30 +00:00
parent a6e78f015c
commit ff1700feda

View file

@ -674,7 +674,7 @@ rec {
else
false;
/* Parse a string string as an int.
/* Parse a string as an int.
Type: string -> int