]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/furnace/auth/features/registration/registration-docs.factor
improve help by linking to types directly.
[factor.git] / basis / furnace / auth / features / registration / registration-docs.factor
index d64a14c8690f1f847cd1ab2481400d8ec90c6d9e..49f397c829888753932ce9904c33fbabdcb13ffd 100644 (file)
@@ -6,7 +6,7 @@ HELP: allow-registration
 { $description "Adds a " { $snippet "registration" } " action to an authentication realm." } ;
 
 HELP: allow-registration?
-{ $values { "?" "a boolean" } }
+{ $values { "?" boolean } }
 { $description "Outputs true if the current authentication realm allows user registration." } ;
 
 ARTICLE: "furnace.auth.features.registration" "User registration"