From 61bfe67bfb6d56792e56be86a02c33661aa4862f Mon Sep 17 00:00:00 2001 From: Jared Forsyth Date: Fri, 1 Jul 2016 07:26:50 -0600 Subject: [PATCH] typo --- src/lib/uTop_main.cppo.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/uTop_main.cppo.ml b/src/lib/uTop_main.cppo.ml index bf134e4..6987a2e 100644 --- a/src/lib/uTop_main.cppo.ml +++ b/src/lib/uTop_main.cppo.ml @@ -136,7 +136,7 @@ let is_accept : LTerm_read_line.action -> bool = function | Accept -> true | action -> action == UTop.end_and_accept_current_phrase -(* Read a phrase. If the result is a value, it is guaranteed to by a +(* Read a phrase. If the result is a value, it is guaranteed to be a valid phrase (i.e. typable and compilable). It also returns warnings printed parsing. *) class read_phrase ~term = object(self)