Browse Source

Example name typo fix

Arthur Yefimov 3 năm trước cách đây
mục cha
commit
f267f30bc7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Programs/Encrypt.Mod

+ 2 - 2
Programs/Encript.Mod → Programs/Encrypt.Mod

@@ -1,4 +1,4 @@
-MODULE Encript;
+MODULE Encrypt;
 IMPORT Files, Out, SYSTEM;
 VAR key: INTEGER;
 
@@ -41,4 +41,4 @@ END Do;
 
 BEGIN
   Do
-END Encript.
+END Encrypt.