diff --git a/core/modules/node/src/NodeInterface.php b/core/modules/node/src/NodeInterface.php index d86d63b..46fd77c 100644 --- a/core/modules/node/src/NodeInterface.php +++ b/core/modules/node/src/NodeInterface.php @@ -157,7 +157,7 @@ public function getRevisionAuthor(); * The called node entity. * * @deprecated in Drupal 8.2.0, will be removed before Drupal 9.0.0. - * User setRevisionUserId() instead. + * Use setRevisionUserId() instead. */ public function setRevisionAuthorId($uid);