Skip to content

Commit 835a7cf

Browse files
Shadlpil
authored andcommitted
typo
1 parent 724c1ec commit 835a7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/smarty.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ snippet append "{append} is used for creating or appending template variable arr
7676

7777
# https://www.smarty.net/docs/en/language.function.assign.tpl
7878
snippet assign "{assign} is used for assigning template variables during the execution of a template."
79-
{assign var='${1}' value='${2}'${3: scope='${4parent|root|global}'}}
79+
{assign var='${1}' value='${2}'${3: scope='${4:parent|root|global}'}}
8080

8181
# https://www.smarty.net/docs/en/language.function.block.tpl
8282
snippet block "{block} is used to define a named area of template source for template inheritance."

0 commit comments

Comments
 (0)