From: Matthias Schmidt Date: Tue, 13 May 2014 20:07:38 +0000 (+0200) Subject: Improve documentation X-Git-Tag: 2.1.0_Alpha_1~831 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9d19e3794638a8e0cad6995e9d414cff7ff61968;p=GitHub%2FWoltLab%2FWCF.git Improve documentation --- diff --git a/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php b/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php index 51dc17f1a4..2cd353c236 100644 --- a/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php +++ b/wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php @@ -43,7 +43,7 @@ class UserGroupAssignment extends DatabaseObject implements IRouteController { } /** - * Returns the user group the automatic assignement belongs to. + * Returns the user group the automatic assignment belongs to. * * @return \wcf\data\user\group\UserGroup */ diff --git a/wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php b/wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php index f8b183280d..4cb3a0e238 100644 --- a/wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php +++ b/wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php @@ -8,7 +8,8 @@ use wcf\system\exception\UserInputException; use wcf\util\ArrayUtil; /** - * Condition implementation for the user group a user is a member or no member of. + * Condition implementation for all of the user groups a user has to be a member + * of and the user groups a user may not be a member of. * * @author Matthias Schmidt * @copyright 2001-2014 WoltLab GmbH