Merge pull request #105982 from alunduil/lib.strings.toInt

lib/string: drop redundant string in description of toInt.
This commit is contained in:
Sandro
2020-12-05 19:08:50 +01:00
committed by GitHub

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