From 40824b8384d0b9e3dcb4a46d7deff5cfa9dac68c Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Wed, 24 Jun 2020 15:14:59 -0300 Subject: [PATCH] Adjust language. --- src/IslandoraUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IslandoraUtils.php b/src/IslandoraUtils.php index e598e216..56422515 100644 --- a/src/IslandoraUtils.php +++ b/src/IslandoraUtils.php @@ -565,7 +565,7 @@ class IslandoraUtils { * The entity URL. * * @throws \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException - * Should the given entity not specify a "canonical" template. + * Thrown if the given entity does not specify a "canonical" template. * @throws \Drupal\Core\Entity\EntityMalformedException */ public function getEntityUrl(EntityInterface $entity) {