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