fix typo in POD

This commit is contained in:
Colin Kuskie 2005-11-20 17:12:30 +00:00
parent 88e180b3b8
commit 0660aff46b

View file

@ -33,7 +33,7 @@ This package provides an object-oriented way of managing WebGUI groups and group
=head1 SYNOPSIS
use WebGUI::Group;
$g = WebGUI::Group->new(3); or $g = WebGUI::User->new("new");
$g = WebGUI::Group->new(3); or $g = WebGUI::Group->new("new");
$g = WebGUI::Group->find("Registered Users");
$boolean = $g->autoAdd(1);