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
commit 0c75bbd109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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