diff options
| author | Andrew Dawes <andrewsdawes@gmail.com> | 2022-10-22 22:08:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-22 22:08:38 +0200 |
| commit | f81720941c07c76ad5ee25d0d69682463acb504b (patch) | |
| tree | 6cdefcf17249942ab008e78ac50ae125e345bd25 /docs/designers/language-variables | |
| parent | 1ff79c6c38a73253304f761a8b387598d084f11c (diff) | |
| download | smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.gz smarty-f81720941c07c76ad5ee25d0d69682463acb504b.tar.bz2 smarty-f81720941c07c76ad5ee25d0d69682463acb504b.zip | |
Fixed several typos and grammar errors (#821)
Diffstat (limited to 'docs/designers/language-variables')
| -rw-r--r-- | docs/designers/language-variables/language-variables-smarty.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designers/language-variables/language-variables-smarty.md b/docs/designers/language-variables/language-variables-smarty.md index f9aa2330..e2949e0e 100644 --- a/docs/designers/language-variables/language-variables-smarty.md +++ b/docs/designers/language-variables/language-variables-smarty.md @@ -157,13 +157,13 @@ Returns the version of Smarty the template was compiled with. ---------------------- Returns block text from child template. See [Template -interitance](#advanced.features.template.inheritance). +inheritance](#advanced.features.template.inheritance). {\$smarty.block.parent} {#language.variables.smarty.block.parent} ----------------------- Returns block text from parent template. See [Template -interitance](#advanced.features.template.inheritance) +inheritance](#advanced.features.template.inheritance) {\$smarty.ldelim}, {\$smarty.rdelim} {#language.variables.smarty.ldelim} ------------------------------------ |
