lib: fix documented type of fixedWidthString (#121396)

This commit is contained in:
Lennart Spitzner 2021-05-01 17:29:00 +02:00 committed by GitHub
parent d77daaf10b
commit 8c70a1a989
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)