Skip to content

Commit

Permalink
docs: Fix simple typo, intializer -> initializer (#2147)
Browse files Browse the repository at this point in the history
There is a small typo in test/feature/ArrowFunctions/Skip_InitializerShorthand.js.

Should read `initializer` rather than `intializer`.
  • Loading branch information
timgates42 authored May 28, 2024
1 parent 0e63bc6 commit da638f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/feature/ArrowFunctions/Skip_InitializerShorthand.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Skip. Not implemented.

// TODO: needs the intializer shorthand implemented for arrow functions
// TODO: needs the initializer shorthand implemented for arrow functions

// Object intializer shorthand: "method" = function-valued property with dynamic ''this''
// Object initializer shorthand: "method" = function-valued property with dynamic ''this''
const obj = {
method() -> {
return => this;
Expand Down

0 comments on commit da638f5

Please sign in to comment.