summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAlex Brandt <alunduil@gmail.com>2020-12-05 14:35:30 +0000
committerAlex Brandt <alunduil@gmail.com>2020-12-05 14:35:30 +0000
commitff1700feda845ab2a9145bd847e1d7d3d259d2b5 (patch)
tree671d4a6ba09d2f01c253f88c0bb42f878a8ca230 /lib
parenta6e78f015cda426447ee0771377c4a810d366988 (diff)
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.
Diffstat (limited to 'lib')
-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