Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed ": function" from the constructor example
  • Loading branch information
goldim authored Oct 31, 2022
1 parent da73fd2 commit fb016fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Type a part of the keywords in snippet e.g., "construct" and press enter.

```javascript
// Creates a constructor snippet
construct: function() {
construct() {
this.base(arguments);
},
```
Expand Down

0 comments on commit fb016fd

Please sign in to comment.