Fix typo in method documentation
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / data / poll / option / PollOptionList.class.php
index 04f4d1503b8e9e672bc37edee1f7019bbcb36833..a052574b48a7dc6bea703102aff6fc3e3c9b0943 100644 (file)
@@ -15,7 +15,7 @@ use wcf\data\DatabaseObjectList;
  * @method  PollOption      current()
  * @method  PollOption[]        getObjects()
  * @method  PollOption|null     getSingleObject()
- * @method  PollOption|null     seach($objectID)
+ * @method  PollOption|null     search($objectID)
  * @property    PollOption[] $objects
  */
 class PollOptionList extends DatabaseObjectList