 core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php b/core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php
index 9a9c839..18d7863 100644
--- a/core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php
+++ b/core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php
@@ -21,7 +21,7 @@
    *   (optional) Optional serializer/normalizer context.
    *
    * @return string
-   *   The corresponding URI for the field.
+   *   The corresponding URI (or IANA link relation type) for the field.
    */
   public function getRelationUri($entity_type, $bundle, $field_name, $context = []);
 
@@ -29,7 +29,7 @@ public function getRelationUri($entity_type, $bundle, $field_name, $context = []
    * Translates a REST URI into internal IDs.
    *
    * @param string $relation_uri
-   *   Relation URI to transform into internal IDs
+   *   Relation URI (or IANA link relation type) to transform into internal IDs.
    *
    * @return array
    *   Array with keys 'entity_type', 'bundle' and 'field_name'.
