소스 검색

Small change in design.

Beoran 6 년 전
부모
커밋
21ff744d84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      design_muesli.muesli

+ 1 - 1
design_muesli.muesli

@@ -90,7 +90,7 @@ command {
     print "second block"
 }
 
-# In Muesli al values are typed. Types can be defined by the built type command.
+# In Muesli all values are typed. Types can be defined by the built type command.
 type Door ( object locked Bool keys Item[] )
 
 # Commands can be defined by the built in 'to' command.