浏览代码

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'!