Merge pull request #397 from Ryan-McBride/patch-3

Fixed typo in 9.4
This commit is contained in:
Jordan Harband
2015-07-04 10:39:03 -07:00

View File

@@ -704,7 +704,7 @@
```javascript
class Jedi {
contructor(options = {}) {
constructor(options = {}) {
this.name = options.name || 'no name';
}