From ae517a93d90625f083e58135c9e9bd0ea61559b1 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 11 Dec 2008 23:37:12 +0000 Subject: [PATCH] Comment tweak. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@736 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/CommandCheckBox.as | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/as/com/threerings/flex/CommandCheckBox.as b/src/as/com/threerings/flex/CommandCheckBox.as index fddd0224..6eec113a 100644 --- a/src/as/com/threerings/flex/CommandCheckBox.as +++ b/src/as/com/threerings/flex/CommandCheckBox.as @@ -33,15 +33,15 @@ import com.threerings.util.CommandEvent; public class CommandCheckBox extends CheckBox { /** - * Create a command button. + * Create a command checkbox. * - * @param label the label text for the button. + * @param label the label text for the checkbox. * @param cmdOrFn either a String, which will be the CommandEvent command to dispatch, * or a function, which will be called when clicked. * @param arg the argument for the CommentEvent or the function. If the arg is an Array * then those parameters are used for calling the function. * Note that if arg is null, the actual argument passed will be the 'selected' state of the - * button. If you really want to call a method with no args, specify arg as an emtpy Array. + * checkbox. If you really want to call a method with no args, specify arg as an emtpy Array. */ public function CommandCheckBox (label :String = null, cmdOrFn :* = null, arg :Object = null) {