lib: fix documented type of fixedWidthString (#121396)

authored by

Lennart Spitzner and committed by
GitHub
8c70a1a9 d77daaf1

+1 -1
+1 -1
lib/strings.nix
··· 606 606 This function will fail if the input string is longer than the 607 607 requested length. 608 608 609 - Type: fixedWidthString :: int -> string -> string 609 + Type: fixedWidthString :: int -> string -> string -> string 610 610 611 611 Example: 612 612 fixedWidthString 5 "0" (toString 15)