Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c4ab888

Browse files
authored
Merge pull request getify#1147 from scraggo/patch-1
minor typo: remove 'be' from 'be become'
2 parents cef9f59 + 43ff6d7 commit c4ab888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎types & grammar/ch5.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ var a = res.a;
464464
var b = res.b;
465465
```
466466

467-
**Note:** `{ a, b }` is actually ES6 destructuring shorthand for `{ a: a, b: b }`, so either will work, but it's expected that the shorter `{ a, b }` will be become the preferred form.
467+
**Note:** `{ a, b }` is actually ES6 destructuring shorthand for `{ a: a, b: b }`, so either will work, but it's expected that the shorter `{ a, b }` will become the preferred form.
468468

469469
Object destructuring with a `{ .. }` pair can also be used for named function arguments, which is sugar for this same sort of implicit object property assignment:
470470

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /