We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710eb89 commit 4773d25Copy full SHA for 4773d25
index.js
@@ -55,7 +55,7 @@ export class Exiftool {
55
* @summary Initializes some asynchronus class properties not done in the constructor.
56
* @author Matthew Duffy <mattduffy@gmail.com>
57
* @async
58
- * @param { string } imagePath - A file system path to set for exiftool to process.
+ * @param { string } imagePath - A file system path to set for exiftool to process.
59
* @return { (Exiftool|boolean) } Returns fully initialized instance or false.
60
*/
61
async init(imagePath) {
0 commit comments