summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSon Ho2024-04-11 20:08:40 +0200
committerSon Ho2024-04-11 20:08:40 +0200
commit46567dcdab21b85d20a317a37265b037f36ad737 (patch)
tree466a5ed8b0ce5abe682a744cdfbe1f8d5a9c583e
parentf591aa7fe618838641767d835616867bbf3ec4ee (diff)
Update a comment
-rw-r--r--compiler/SymbolicToPure.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/SymbolicToPure.ml b/compiler/SymbolicToPure.ml
index cf03fddf..15b52237 100644
--- a/compiler/SymbolicToPure.ml
+++ b/compiler/SymbolicToPure.ml
@@ -282,8 +282,8 @@ type bs_ctx = {
mk_panic : texpression option;
(** Small helper: translate a [fail] expression.
- We initialize this at [None].
- *)
+ We initialize this at [None].
+ *)
}
[@@deriving show]