Skip to content

Commit 4882cfa

Browse files
zmodemmarijnh
authored andcommitted
Ch. 6: Insert missing "an" in "In object literal"
1 parent 1f4cdd7 commit 4882cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

06_object.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ pile.height = 100;
870870
----
871871

872872
(((defineProperty function)))((({}
873-
(object))))(((getter)))(((setter)))In object literal, the `get` or
873+
(object))))(((getter)))(((setter)))In an object literal, the `get` or
874874
`set` notation for properties allows you to specify a function to be
875875
run when the property is read or written. You can also add such a
876876
property to an existing object, for example a prototype, using the

0 commit comments

Comments
 (0)