1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #14631 from Snuffleupagus/typedef-fixes

Fix a couple of small typos in JSDoc `typedef` comments
This commit is contained in:
Tim van der Meij 2022-03-05 13:06:53 +01:00 committed by GitHub
commit 5d12ac576b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -1406,7 +1406,7 @@ class Catalog {
}
/**
* @typedef ParseDestDictionaryParameters
* @typedef {Object} ParseDestDictionaryParameters
* @property {Dict} destDict - The dictionary containing the destination.
* @property {Object} resultObj - The object where the parsed destination
* properties will be placed.