Skip to content

Commit c20745a

Browse files
author
Mad Sheogorath
committed
JSDpc comment updated
1 parent 5ad8b0b commit c20745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/packme.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class PackMe {
44
#onError;
55
#factory = {};
66

7-
constructor(/** handler */ onError) {
7+
constructor(/** function */ onError) {
88
this.#onError = onError;
99
}
1010

0 commit comments

Comments
 (0)