From 11eed2ac7e80537ed6eea9f35eb44f794d95d9e4 Mon Sep 17 00:00:00 2001
From: Pamela Dyer <pamela.dyer@uconn.edu>
Date: Sat, 25 Sep 2021 09:50:54 -0700
Subject: [PATCH] Update models/Example36_Compiler1_ComponentReuse.mp

---
 models/Example36_Compiler1_ComponentReuse.mp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/models/Example36_Compiler1_ComponentReuse.mp b/models/Example36_Compiler1_ComponentReuse.mp
index 8727d71..322e92b 100644
--- a/models/Example36_Compiler1_ComponentReuse.mp
+++ b/models/Example36_Compiler1_ComponentReuse.mp
@@ -5,7 +5,7 @@ emphasizing the advantages of separation between the
 specification of component behavior and the specification 
 of interactions between components.
 
-Description: Examples 37 and 38 are models of a bottom-up 
+Description: Examples 36 and 37 are models of a bottom-up 
 parser with lexical analyzer based on regular expression 
 matching. It models the behavior of Lex/Yacc generated 
 compiler’s front end. This model represents an architecture 
-- 
GitLab