Skip to content

Commit 7b98340

Browse files
committed
Fix typo
1 parent 66b09e0 commit 7b98340

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/snippets/js/s/complex-object-factories.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ export default class Factory {
713713
});
714714
}
715715

716-
// V3
717716
static sequence = (fn = n => n) => {
718717
let i = 0;
719718
const sequence = () => fn(i++);

0 commit comments

Comments
 (0)