Skip to content

Commit e6ff92d

Browse files
committed
fix
1 parent b2fc58d commit e6ff92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/docs/07-misc/02-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export function multiplier(initial, mult) {
6666
get value() {
6767
return count * mult;
6868
},
69+
/** @param {number} c */
6970
set: (c) => {
7071
count = c;
7172
}

0 commit comments

Comments
 (0)