aboutsummaryrefslogtreecommitdiff
path: root/intf/constrexpr.ml
diff options
context:
space:
mode:
authormrmr19932018-03-03 11:11:15 +0000
committermrmr19932018-03-05 14:35:30 +0000
commitfb4571bf487fd590d5e64ee33b27a7212a491466 (patch)
tree9c1d2def0d3ba80ec7b0ae475bb5a69ddb15863b /intf/constrexpr.ml
parent1f0d1f04b704e3368a12613f31061a53a2e40d01 (diff)
Fix formatting of some ocamldoc comments to reduce warnings
Diffstat (limited to 'intf/constrexpr.ml')
-rw-r--r--intf/constrexpr.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/constrexpr.ml b/intf/constrexpr.ml
index 474b80ec48..0d5542277f 100644
--- a/intf/constrexpr.ml
+++ b/intf/constrexpr.ml
@@ -51,7 +51,7 @@ type cases_pattern_expr_r =
| CPatAlias of cases_pattern_expr * lname
| CPatCstr of reference
* cases_pattern_expr list option * cases_pattern_expr list
- (** [CPatCstr (_, c, Some l1, l2)] represents (@c l1) l2 *)
+ (** [CPatCstr (_, c, Some l1, l2)] represents [(@ c l1) l2] *)
| CPatAtom of reference option
| CPatOr of cases_pattern_expr list
| CPatNotation of notation * cases_pattern_notation_substitution