mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix a couple of small typos in JSDoc typedef
comments
While this doesn't affect the official API documentation, these cases should nonetheless be fixed.
This commit is contained in:
parent
234aa9a50e
commit
939e6f0c4c
3 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue