Skip to content

Commit 4eea062

Browse files
committed
Fixed typo in 9.4
Line read `contructor(options = {}) {` Edited to `constructor(options = {}) {` No other lines were edited or changed.
1 parent 8d2a833 commit 4eea062

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
@@ -704,7 +704,7 @@
704704
705705
```javascript
706706
class Jedi {
707-
contructor(options = {}) {
707+
constructor(options = {}) {
708708
this.name = options.name || 'no name';
709709
}
710710

0 commit comments

Comments
 (0)