summaryrefslogtreecommitdiff
path: root/bytecomp/switch.mli
diff options
context:
space:
mode:
Diffstat (limited to 'bytecomp/switch.mli')
-rw-r--r--bytecomp/switch.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bytecomp/switch.mli b/bytecomp/switch.mli
index 0b1da8946b..2d0cfd7fcf 100644
--- a/bytecomp/switch.mli
+++ b/bytecomp/switch.mli
@@ -95,7 +95,7 @@ module type S =
- actions is an array of actions.
All these arguments specify a switch construct and zyva
- returns an action that performs the switch,
+ returns an action that performs the switch.
*)
module Make :
functor (Arg : S) ->