From 8c70a1a989bb9f4bdce93cd6ab632d00fa6c15a1 Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sat, 1 May 2021 17:29:00 +0200 Subject: lib: fix documented type of fixedWidthString (#121396) --- lib/strings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strings.nix b/lib/strings.nix index 0f23b6b9d41..2e502588bf8 100644 --- a/lib/strings.nix +++ b/lib/strings.nix @@ -606,7 +606,7 @@ rec { This function will fail if the input string is longer than the requested length. - Type: fixedWidthString :: int -> string -> string + Type: fixedWidthString :: int -> string -> string -> string Example: fixedWidthString 5 "0" (toString 15) -- cgit 1.4.1