]> gitweb.factorcode.org Git - factor.git/commitdiff
cocoa.messages: fix docs..
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 16:16:23 +0000 (11:16 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Jul 2018 16:16:23 +0000 (11:16 -0500)
basis/cocoa/messages/messages-docs.factor

index 422bf5becd959edbc3c2b490a92eae718234ae6e..3ccf2c25f8c25d828758f2e0b3b7e93ee4961a32 100644 (file)
@@ -8,7 +8,7 @@ HELP: send
 { $notes "This word uses a special fast code path if " { $snippet "selector" } " is a literal and the word containing the call to " { $link send } " is compiled." } ;
 
 HELP: super-send
-{ $values { "receiver" alien } { "args..." "method arguments" } { "selector" string } { "signature" "signature" } { "return..." "value returned by method, if any" } }
+{ $values { "receiver" alien } { "args..." "method arguments" } { "signature" "signature" } { "selector" string } { "return..." "value returned by method, if any" } }
 { $description "Sends an Objective C message named by " { $snippet "selector" } " to the super class of " { $snippet "receiver" } ". Otherwise behaves identically to " { $link send } "." } ;
 
 HELP: objc-class