diff --git a/core/modules/user/lib/Drupal/user/EntityAuthorInterface.php b/core/modules/user/lib/Drupal/user/EntityAuthorInterface.php index 63a00f3..f12fdd6 100644 --- a/core/modules/user/lib/Drupal/user/EntityAuthorInterface.php +++ b/core/modules/user/lib/Drupal/user/EntityAuthorInterface.php @@ -21,7 +21,7 @@ public function getAuthor(); /** - * Returns the entity author's user entity. + * Sets the entity author's user entity. * * @param \Drupal\user\UserInterface $account * The author user entity.