فهرست منبع

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