lib: fix documented type of fixedWidthString (#121396)
This commit is contained in:
parent
d77daaf10b
commit
8c70a1a989
@ -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…
Reference in New Issue
Block a user