Преглед изворни кода

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