summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/Pure.ml')
-rw-r--r--compiler/Pure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Pure.ml b/compiler/Pure.ml
index 521d60e6..1b0a6b5c 100644
--- a/compiler/Pure.ml
+++ b/compiler/Pure.ml
@@ -674,7 +674,7 @@ type fun_sig = {
Non-decomposed ouputs (if the function can fail, but is not stateful):
- [result T]
- - [[result (T * T)]
+ - [[result (T * T)]]
*)
info : fun_sig_info; (** Additional information *)
}