Skip to content

Commit 23abfc1

Browse files
foolipnoamr
andauthored
Apply suggestions from code review
Co-authored-by: Noam Rosenthal <noamr@users.noreply.github.com>
1 parent 684b3a4 commit 23abfc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patching-explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ To support multiple ranges, marker nodes can be named. The names must match one
6565
<div marker="part-one part-two">
6666
<!marker start name="part-one">
6767
Placeholder content
68-
<!marker end name="part-one"
68+
<!marker end name="part-one">
6969
<hr>
7070
<!marker start name="part-two">
7171
Placeholder content
72-
<!marker start name="part-two">
72+
<!marker end name="part-two">
7373
</div>
7474

7575
<template for="part-one">

0 commit comments

Comments
 (0)