wording clarification

This commit is contained in:
mohrt
2006-01-23 16:58:52 +00:00
parent c095e05f0c
commit 86c3403fa8

View File

@@ -6,10 +6,10 @@
Smarty will recognize <link Smarty will recognize <link
linkend="api.assign">assigned</link> linkend="api.assign">assigned</link>
<link linkend="language.syntax.variables">variables</link> <link linkend="language.syntax.variables">variables</link>
embedded in double quotes so long as embedded in double quotes so long as the variable name contains only numbers,
the variables contain only numbers, letters, underscores and brackets []. letters, underscores and brackets []. With any other characters (period,
With any other characters (period, object reference, etc.) the variable must object reference, etc.) the variable must be surrounded by backticks. You
be surrounded by backticks. You cannot embed cannot embed
<link linkend="language.modifiers">modifiers</link>, <link linkend="language.modifiers">modifiers</link>,
they must always be applied outside of quotes. they must always be applied outside of quotes.
</para> </para>