소스 검색

Merge pull request #6 from herby/gh-384

createPackage: with only one parameter at the beginning of .st
Nicolas Petton 12 년 전
부모
커밋
c9ba238a1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/st/Documentation.st

+ 1 - 1
documentation/st/Documentation.st

@@ -1,4 +1,4 @@
-Smalltalk current createPackage: 'Documentation' properties: #{}!
+Smalltalk current createPackage: 'Documentation'!
 Object subclass: #ChapterSelectionAnnouncement
 	instanceVariableNames: 'id'
 	package: 'Documentation'!