diff --git a/models/Example36_Compiler1_ComponentReuse.mp b/models/Example36_Compiler1_ComponentReuse.mp
index 8727d71679475e52c93aeb41a606e80afdc865b7..322e92bbab6fa8bd96cd70d8a455c1403a220f60 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