Skip to content

Commit 19f38b3

Browse files
committed
2 parents 7c18991 + 07f23c9 commit 19f38b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/object/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ the use of property names that would otherwise lead to a syntax error.
5959
### Deleting Properties
6060

6161
The only way to actually remove a property from an object is to use the `delete`
62-
operator; setting the property to `undefined` or `null` **only** remove the
63-
value associated with the property, but not the key.
62+
operator; setting the property to `undefined` or `null` only remove the
63+
*value* associated with the property, but not the *key*.
6464

6565
var obj = {
6666
bar: 1,

0 commit comments

Comments
 (0)