Skip to content

Commit d4f4988

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Template Transpiler Help
1 parent 96b37f5 commit d4f4988

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/SQL.Template.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ SQL Template Transpiler.
1616

1717
Allows PipeScript to generate SQL.
1818

19-
PipeScript can be embedded in multiline form: `/*{...}*/` or single line form:
20-
19+
PipeScript can be embedded in multiline or singleline format
20+
21+
In multiline format, PipeScript will be embedded within: `/*{...}*/`
22+
23+
In single line format
24+
2125
-- { or -- PipeScript{ begins a PipeScript block
2226

2327
-- } or -- }PipeScript ends a PipeScript block

0 commit comments

Comments
 (0)