Skip to content

Commit 1fe065a

Browse files
committed
Fixing section heading markup I probably borked when adding ID
1 parent b4f2731 commit 1fe065a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ch03.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,8 @@ While we've already addressed syntax enhancements coming to object literals in <
663663

664664
We've already looked at `Object.getOwnPropertySymbols`, but let's also take a look at `Object.assign`, `Object.is`, and `Object.setPrototypeOf`.
665665

666-
[[extending_objects_with_object_assign]]==== 3.3.1 Extending objects with `Object.assign`
666+
[[extending_objects_with_object_assign]]
667+
==== 3.3.1 Extending objects with `Object.assign`
667668

668669
The need to provide default values for a configuration object is not at all uncommon. Typically, libraries and well-designed component interfaces come with sensible defaults that cater to the most frequented use cases.
669670

0 commit comments

Comments
 (0)