]> gitweb.factorcode.org Git - factor.git/blobdiff - core/generic/generic-docs.factor
fix a bunch of typos in docs
[factor.git] / core / generic / generic-docs.factor
index 0f80aac2f32993479225f09386442d75da2bbbc9..dea523538eec6384d9b51179269d4c2e22d3581b 100644 (file)
@@ -124,7 +124,7 @@ HELP: make-generic
 $low-level-note ;
 
 HELP: define-generic
-{ $values { "word" word } { "effect" effect } { "combination" "a method combination" } }
+{ $values { "word" word } { "combination" "a method combination" } { "effect" effect } }
 { $description "Defines a generic word. A method combination is an object which responds to the " { $link perform-combination } " generic word." }
 { $contract "The method combination quotation is called each time the generic word has to be updated (for example, when a method is added), and thus must be side-effect free." } ;