summary refs log tree commit diff
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
parenta6e78f015cda426447ee0771377c4a810d366988 (diff)
downloadnixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar.gz
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar.bz2
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar.lz
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar.xz
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.tar.zst
nixpkgs-ff1700feda845ab2a9145bd847e1d7d3d259d2b5.zip
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.
-rw-r--r--lib/strings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strings.nix b/lib/strings.nix
index 6d393145eee..5010d9159cb 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