From beaa4a6dd13b33190723aba67d4652c17b05b343 Mon Sep 17 00:00:00 2001 From: Michael O'Connor Date: Fri, 11 Mar 2022 13:14:12 -0500 Subject: [PATCH] Minor typo fix --- src/miniml/machine.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/miniml/machine.ml b/src/miniml/machine.ml index 7ccb82d..d0a7f38 100644 --- a/src/miniml/machine.ml +++ b/src/miniml/machine.ml @@ -34,7 +34,7 @@ type mvalue = (** There are two kinds of machine instructions. - The first kind manipules tha stack of machine values. These are + The first kind manipulates the stack of machine values. These are arithmetical operations, integer comparison, variable lookup, placing constants onto the stack, and closure formation.