Skip to content

Commit 23aa511

Browse files
author
Renzo Kooi
committed
Demo b&b
1 parent 9a1eda4 commit 23aa511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Demo/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ function header() {
272272
text: "tagged template"}),
273273
` [function] and can <i class="red">only</i> be called as such (so <code>$re\`[regexp string]\`</code> and
274274
<i class="red">not</i>
275-
<code><b class="red">$re(\`[regexp string]\`</b></code>).`
275+
<code>$re<b class="red">(</b>\`[regexp string]\`<b class="red">)</b></code>).`
276276
),
277-
$.div({class: `b5`}, `The constructor result is actually a `,
277+
$.div({class: `b5`}, `The constructor result (an $re instance) is actually a `,
278278
$.a({
279279
target: "_blank",
280280
href: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy",

0 commit comments

Comments
 (0)