From ff1700feda845ab2a9145bd847e1d7d3d259d2b5 Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sat, 5 Dec 2020 14:35:30 +0000 Subject: [PATCH] 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. --- lib/strings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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