From f73b2b0e242bcd461d43287709893738ce116362 Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Wed, 22 May 2024 12:59:52 -0400 Subject: [PATCH] Fix typo. --- module/VuFind/src/VuFind/Content/AbstractBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Content/AbstractBase.php b/module/VuFind/src/VuFind/Content/AbstractBase.php index 56959e56fa5..fe45d6ac0d2 100644 --- a/module/VuFind/src/VuFind/Content/AbstractBase.php +++ b/module/VuFind/src/VuFind/Content/AbstractBase.php @@ -85,7 +85,7 @@ protected function getHttpClient($url = null) * @param string $key API key * @param ISBN $isbnObj ISBN object * - * @return array|string For array of string returned, they all are escaped in the template and presented as list. + * @return array|string For array of strings returned, they all are escaped in the template and presented as list. * If string is returned it is considered as raw HTML and is NOT escaped. */ abstract public function loadByIsbn($key, ISBN $isbnObj);