diff options
author | Son Ho | 2022-01-20 21:07:29 +0100 |
---|---|---|
committer | Son Ho | 2022-01-20 21:07:29 +0100 |
commit | 108dfc94b7f634d5624bfb7ef0865c2b2a5ee18c (patch) | |
tree | 411a38c9a448547d226de70665dadde95bad2038 /src | |
parent | d620ef03d3d373f33e122867abbfc8cc8419b12c (diff) |
Fix a comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Contexts.ml | 2 |
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 = |