We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bb933 commit 0dce077Copy full SHA for 0dce077
docs/Dart.Template.md
@@ -20,9 +20,9 @@ Multiline comments with /*{}*/ will be treated as blocks of PipeScript.
20
21
Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
22
23
-This for Inline PipeScript to be used with operators, and still be valid DartScript/TypeScript syntax.
+This for Inline PipeScript to be used with operators, and still be valid Dart syntax.
24
25
-The Dart Inline PipeScript Transpiler will consider the following syntax to be empty:
+The Dart Template Transpiler will consider the following syntax to be empty:
26
27
* ```null```
28
* ```""```
0 commit comments