summaryrefslogtreecommitdiff
path: root/src/Contexts.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-20 21:07:29 +0100
committerSon Ho2022-01-20 21:07:29 +0100
commit108dfc94b7f634d5624bfb7ef0865c2b2a5ee18c (patch)
tree411a38c9a448547d226de70665dadde95bad2038 /src/Contexts.ml
parentd620ef03d3d373f33e122867abbfc8cc8419b12c (diff)
Fix a comment
Diffstat (limited to 'src/Contexts.ml')
-rw-r--r--src/Contexts.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Contexts.ml b/src/Contexts.ml
index 407f01bb..15256cda 100644
--- a/src/Contexts.ml
+++ b/src/Contexts.ml
@@ -35,7 +35,7 @@ module M = Modules
* ...
* ```
*
- * This is one, in such cases, we often introduce all the inputs, even
+ * This is why, in such cases, we often introduce all the inputs, even
* when they are not used (which happens!).
* ```
* fn f x : fun_type =