From 2c5a91682eafce5eff371e075d7252fa915c4d90 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 c9cff08a84..2619b036e5 100644 --- a/chrome/content/zotero/xpcom/attachments.js +++ b/chrome/content/zotero/xpcom/attachments.js @@ -1292,7 +1292,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']]