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.
wip/yesman
Alex Brandt 4 years ago
parent a6e78f015c
commit ff1700feda
  1. 2
      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

Loading…
Cancel
Save