Fixing typo in docs for v-checkbox

db4
James Cash 2009-01-11 00:58:00 -05:00
parent 69c1453f83
commit 0f2e0d0772
1 changed files with 1 additions and 1 deletions

View File

@ -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." } ;