From: Alex Maestas Date: Thu, 23 Mar 2023 16:32:04 +0000 (+0000) Subject: add one more thing to the docs X-Git-Tag: 0.99~46 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=a5b75565267c0c34a8a4c44a616b538a4e17ab04 add one more thing to the docs --- diff --git a/basis/delegate/delegate-docs.factor b/basis/delegate/delegate-docs.factor index 8d1ab5675a..7ec0962b96 100644 --- a/basis/delegate/delegate-docs.factor +++ b/basis/delegate/delegate-docs.factor @@ -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"