Skip to content

Commit 052d98c

Browse files
committed
Address review comment.
1 parent 76d9e77 commit 052d98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@
17661766
`config[m]`.
17671767
3. Otherwise, assign a copy of `config[m]` to `clone[m]`.
17681768

1769-
Note: This implements a "deep-copy". Those configuration objects are
1769+
Note: This implements a "deep-copy". These configuration objects are
17701770
frequently used as the input of asynchronous operations. Copying means that
17711771
modifying the original object while the operation is in flight won't change the
17721772
operation's outcome.

0 commit comments

Comments
 (0)