diff options
Diffstat (limited to 'luxdoc')
-rw-r--r-- | luxdoc/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luxdoc/source/program.lux b/luxdoc/source/program.lux index 4e2888c82..94b5df37f 100644 --- a/luxdoc/source/program.lux +++ b/luxdoc/source/program.lux @@ -434,7 +434,7 @@ _ (format "(" (text;join-with " " (list& _name type-args)) ")")) nesting (list;size type-args)]] - (wrap (format (if sig? "(sig: " "(type: ") (if type-rec? "#rec " "") usage "\n" + (wrap (format (if sig? "(signature: " "(type: ") (if type-rec? "#rec " "") usage "\n" (|> (pprint-type-def (n.dec nesting) [_name type-args] tags module sig? type-rec? |