From 0f2e0d077284623f92bd7adc8ed717693cb58ad8 Mon Sep 17 00:00:00 2001 From: James Cash Date: Sun, 11 Jan 2009 00:58:00 -0500 Subject: [PATCH] Fixing typo in docs for v-checkbox --- basis/validators/validators-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/validators/validators-docs.factor b/basis/validators/validators-docs.factor index 42503a7155..67c9f4fceb 100644 --- a/basis/validators/validators-docs.factor +++ b/basis/validators/validators-docs.factor @@ -2,7 +2,7 @@ USING: help.markup help.syntax io.streams.string quotations strings math regexp regexp.backend ; IN: validators -HEPL: v-checkbox +HELP: v-checkbox { $values { "str" string } } { $description "Converts the string value of a checkbox component (either \"on\" or \"off\") to a boolean value." } ;