Skip to content

Commit ea5eb0e

Browse files
committed
TemplateEmbedding docs
1 parent 95c712a commit ea5eb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/core/src/transform/template/mapping-tree.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export class TextContent {
2626
}
2727

2828
/**
29-
* This node represents the root of an embedded template, including any
30-
* boilerplate like tagged template syntax or `<template>` that designates
29+
* This node represents the root of an embedded template, including
30+
* the surrounding `<template>...</template>` boilerplate that designates
3131
* the surrounded contents as a template.
3232
*/
3333
export class TemplateEmbedding {

0 commit comments

Comments
 (0)