Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored May 22, 2024
1 parent 7895030 commit f73b2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Content/AbstractBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f73b2b0

Please sign in to comment.