fix typo in POD
This commit is contained in:
parent
88e180b3b8
commit
0660aff46b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue