More POD fixes for Form controls.

This commit is contained in:
Colin Kuskie 2009-01-23 19:26:26 +00:00
parent 1fa562d4c7
commit 1b965c9459
2 changed files with 4 additions and 4 deletions

View file

@ -24,11 +24,11 @@ Package WebGUI::Form::HexSlider
=head1 DESCRIPTION
Creates a slider control that controls hex values, as in the red, gree, blue values for HTML colors.
Creates a slider control that controls hex values, as in the red, green, blue values for HTML colors.
=head1 SEE ALSO
This is a subclass of WebGUI::Form::Control.
This is a subclass of WebGUI::Form::Slider.
=head1 METHODS

View file

@ -21,7 +21,7 @@ use WebGUI::International;
=head1 NAME
Package WebGUI::Form::HexSlider
Package WebGUI::Form::SelectSlider
=head1 DESCRIPTION
@ -29,7 +29,7 @@ Creates a slider control that controls hex values, as in the red, gree, blue val
=head1 SEE ALSO
This is a subclass of WebGUI::Form::Control.
This is a subclass of WebGUI::Form::Slider.
=head1 METHODS