diff --git a/basis/furnace/alloy/alloy-docs.factor b/basis/furnace/alloy/alloy-docs.factor index d07d534510..f108428c90 100644 --- a/basis/furnace/alloy/alloy-docs.factor +++ b/basis/furnace/alloy/alloy-docs.factor @@ -5,7 +5,7 @@ HELP: init-furnace-tables { $description "Initializes database tables used by asides, conversations and session management. This word must be invoked inside a " { $link with-db } " scope." } ; HELP: -{ $values { "responder" "a responder" } { "db" db } { "alloy" "an alloy responder" } } +{ $values { "responder" "a responder" } { "db" db } { "responder'" "an alloy responder" } } { $description "Wraps the responder with support for asides, conversations, sessions and database persistence." } { $examples "The " { $vocab-link "webapps.counter" } " vocabulary uses an alloy to configure the counter:" diff --git a/basis/furnace/redirection/redirection-docs.factor b/basis/furnace/redirection/redirection-docs.factor index 42fd3a1f2a..fd3671fa1c 100644 --- a/basis/furnace/redirection/redirection-docs.factor +++ b/basis/furnace/redirection/redirection-docs.factor @@ -11,6 +11,7 @@ HELP: { $description "Creates a response which redirects the client to the given URL." } ; HELP: ( responder -- responder' ) +{ $values { "responder" "a responder" } { "responder'" "a responder" } } { $description "Creates a new responder which ensures that the client is connecting via HTTPS before delegating to the underlying responder. If the client is connecting via HTTP, a redirect is sent instead." } ; HELP: