From 7a45047f8f1fa76d7b922832db4ecf040755548f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 29 Oct 2022 04:40:15 -0400 Subject: [PATCH] Fix comment for Zotero.Attachments.getPDFResolvers() --- chrome/content/zotero/xpcom/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js index 632b4460ca..e8ab13b50d 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -1286,7 +1286,7 @@ Zotero.Attachments = new function(){ /** - * Look for an available PDF for an item and add it as an attachment + * Get the PDF resolvers that can be used for a given item based on the available fields * * @param {Zotero.Item} item * @param {String[]} [methods=['doi', 'url', 'oa', 'custom']]