Skip to content

Commit 856396c

Browse files
authored
Merge pull request #35 from menou2u/patch-2
Correction (one word was missing)
2 parents 857d8e7 + 139e001 commit 856396c

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-oriented-programming/01-property-descriptors

1 file changed

+1
-1
lines changed

1-js/07-object-oriented-programming/01-property-descriptors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ user.name = "Alice"; // Error
143143

144144
## Non-enumerable
145145

146-
Now let's a custom `toString` to `user`.
146+
Now let's add a custom `toString` to `user`.
147147

148148
Normally, a built-in `toString` for objects is non-enumerable, it does not show up in `for..in`. But if we add `toString` of our own, then by default it shows up in `for..in`.
149149

0 commit comments

Comments
 (0)