Improve documentation
authorMatthias Schmidt <gravatronics@live.com>
Tue, 13 May 2014 20:07:38 +0000 (22:07 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Tue, 13 May 2014 20:07:38 +0000 (22:07 +0200)
wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php
wcfsetup/install/files/lib/system/condition/UserGroupCondition.class.php

index 51dc17f1a45fbebe68d5b087d62ae7c2535d7899..2cd353c2366e047e2a7da67d71c5446d7878aade 100644 (file)
@@ -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
         */
index f8b183280d9ba49e53cea4e1a35ee2016a7149e6..4cb3a0e2380eb8540ff0d7e82ce8199854d1b198 100644 (file)
@@ -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