aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-12-05 19:08:50 +0100
committerGitHub <noreply@github.com>2020-12-05 19:08:50 +0100
commit0c75bbd1096788899c251d2584387e84084fcb0c (patch)
treeef1811c08047200e68a5243ef0d9d094c757266b
parent1dd1057f543c822f3f68a249be0a73bb50c78b1d (diff)
parentff1700feda845ab2a9145bd847e1d7d3d259d2b5 (diff)
Merge pull request #105982 from alunduil/lib.strings.toInt
lib/string: drop redundant string in description of toInt.
-rw-r--r--lib/strings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index 6d393145eee0..5010d9159cb8 100644
--- a/lib/strings.nix
+++ b/lib/strings.nix
@@ -674,7 +674,7 @@ rec {
else
false;
- /* Parse a string string as an int.
+ /* Parse a string as an int.
Type: string -> int