Fix comments for (is/has)Singlefile in pdf_editor

This commit is contained in:
calixteman 2026-04-03 22:15:34 +02:00
parent f8f21c0eca
commit b3e4932cca
No known key found for this signature in database
GPG Key ID: 0C5442631EE0691F

View File

@ -114,8 +114,9 @@ class PDFEditor {
// multiple PDF files.
hasSingleFile = false;
// Whether the edited PDF contains multiple files. This is used to determine
// if we can preserve some information such as passwords.
// Whether the edited PDF contains only one file used one or more times.
// This is used to determine if we can preserve some information such as
// passwords.
isSingleFile = false;
#newAnnotationsParams = null;