]> gitweb.factorcode.org Git - factor.git/commitdiff
add one more thing to the docs
authorAlex Maestas <git@se30.xyz>
Thu, 23 Mar 2023 16:32:04 +0000 (16:32 +0000)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 21 Aug 2023 21:28:15 +0000 (14:28 -0700)
basis/delegate/delegate-docs.factor

index 8d1ab5675aaa1817d0336fc5757620338baff1d3..7ec0962b96d187b80fa08762fc7161f6f7906131 100644 (file)
@@ -66,6 +66,6 @@ $nl
     POSTPONE: CONSULT:
     define-consult
 }
-"Every tuple class has an associated protocol consisting of all of its slot accessor methods. The " { $vocab-link "delegate.protocols" } " vocabulary defines formal protocols for the various informal protocols used in the Factor core, such as " { $link "sequence-protocol" } ", " { $link "assocs-protocol" } " or " { $link "stream-protocol" } "." ;
+"Every tuple class has an associated protocol consisting of all of its slot accessor methods. The " { $vocab-link "delegate.protocols" } " vocabulary defines formal protocols for the various informal protocols used in the Factor core, such as " { $link "sequence-protocol" } ", " { $link "assocs-protocol" } " or " { $link "stream-protocol" } ". Other vocabularies, like " { $vocab-link "ui.theme" } " also declare protocols." ;
 
 ABOUT: "delegate"