]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/subclassing/subclassing-docs.factor
fix a bunch of typos in docs
[factor.git] / basis / cocoa / subclassing / subclassing-docs.factor
index 181912b0f049d26893c5a3ee0ce2c36e6d49eccc..0944727e4614d720ac3afdf89afb98e722768cc5 100644 (file)
@@ -2,7 +2,7 @@ USING: help.markup help.syntax strings alien hashtables ;
 IN: cocoa.subclassing
 
 HELP: define-objc-class
-{ $values { "hash" hashtable } { "imeth" "a sequence of instance method definitions" } }
+{ $values { "imeth" "a sequence of instance method definitions" } { "hash" hashtable } }
 { $description "Defines a new Objective C class. The hashtable can contain the following keys:"
     { $list
         { { $link +name+ } " - a string naming the new class. Required." }