Fixing typo in docs for v-checkbox
parent
69c1453f83
commit
0f2e0d0772
|
@ -2,7 +2,7 @@ USING: help.markup help.syntax io.streams.string quotations
|
||||||
strings math regexp regexp.backend ;
|
strings math regexp regexp.backend ;
|
||||||
IN: validators
|
IN: validators
|
||||||
|
|
||||||
HEPL: v-checkbox
|
HELP: v-checkbox
|
||||||
{ $values { "str" string } }
|
{ $values { "str" string } }
|
||||||
{ $description "Converts the string value of a checkbox component (either \"on\" or \"off\") to a boolean value." } ;
|
{ $description "Converts the string value of a checkbox component (either \"on\" or \"off\") to a boolean value." } ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue