Skip to content

Commit 4773d25

Browse files
committed
Fix jsdoc formatting.
1 parent 710eb89 commit 4773d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class Exiftool {
5555
* @summary Initializes some asynchronus class properties not done in the constructor.
5656
* @author Matthew Duffy <mattduffy@gmail.com>
5757
* @async
58-
* @param { string } imagePath - A file system path to set for exiftool to process.
58+
* @param { string } imagePath - A file system path to set for exiftool to process.
5959
* @return { (Exiftool|boolean) } Returns fully initialized instance or false.
6060
*/
6161
async init(imagePath) {

0 commit comments

Comments
 (0)