lib: fix documented type of fixedWidthString (#121396)

wip/yesman
Lennart Spitzner 3 years ago committed by GitHub
parent d77daaf10b
commit 8c70a1a989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save