We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1eda4 commit 23aa511Copy full SHA for 23aa511
1 file changed
Demo/index.js
@@ -272,9 +272,9 @@ function header() {
272
text: "tagged template"}),
273
` [function] and can <i class="red">only</i> be called as such (so <code>$re\`[regexp string]\`</code> and
274
<i class="red">not</i>
275
- <code><b class="red">$re(\`[regexp string]\`</b></code>).`
+ <code>$re<b class="red">(</b>\`[regexp string]\`<b class="red">)</b></code>).`
276
),
277
- $.div({class: `b5`}, `The constructor result is actually a `,
+ $.div({class: `b5`}, `The constructor result (an $re instance) is actually a `,
278
$.a({
279
target: "_blank",
280
href: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy",
0 commit comments