lib: fix documented type of fixedWidthString (#121396)
This commit is contained in:
@@ -606,7 +606,7 @@ rec {
|
|||||||
This function will fail if the input string is longer than the
|
This function will fail if the input string is longer than the
|
||||||
requested length.
|
requested length.
|
||||||
|
|
||||||
Type: fixedWidthString :: int -> string -> string
|
Type: fixedWidthString :: int -> string -> string -> string
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
fixedWidthString 5 "0" (toString 15)
|
fixedWidthString 5 "0" (toString 15)
|
||||||
|
|||||||
Reference in New Issue
Block a user