Skip to content

Commit 9e3c28c

Browse files
committed
Fix indent in default exports code example
1 parent bccfa81 commit 9e3c28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
591591
// module "my-module.js"
592592

593593
export default function add(...args) {
594-
return args.reduce((num, tot) => tot + num);
594+
return args.reduce((num, tot) => tot + num);
595595
}
596596
```
597597

0 commit comments

Comments
 (0)