diff --git a/docs/en/designers/language-basic-syntax/language-syntax-functions.xml b/docs/en/designers/language-basic-syntax/language-syntax-functions.xml
index 0c1e3cd2..df1d6d41 100644
--- a/docs/en/designers/language-basic-syntax/language-syntax-functions.xml
+++ b/docs/en/designers/language-basic-syntax/language-syntax-functions.xml
@@ -9,15 +9,16 @@
function and its
attributes
into delimiters like so: {funcname
- attr1="val" attr2="val"}.
+ attr1='val1' attr2='val2'}.
function syntax
{$name}!
@@ -25,7 +26,7 @@
Welcome, {$name}!
{/if}
-{include file="footer.tpl"}
+{include file='footer.tpl'}
]]>
@@ -39,11 +40,11 @@
{if},
{section} and
{strip}.
- They cannot be modified.
+ They should not be modified.
Custom functions are additional
functions implemented via plugins.
- They can be modified to your liking, or you can add new ones.
+ They can be modified to your liking, or you can create new ones.
{html_options} and
{popup}
are examples of custom functions.