diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2023-02-03 22:31:59 +0100 |
| commit | 51ed0d6791cfedbdf2492603d226618133154d70 (patch) | |
| tree | ff1aa263c5b1ea7614cf910c5232a049b145a272 /docs/designers/language-modifiers/language-modifier-capitalize.md | |
| parent | c94d3ddafa8e41e73f127af1959b4715db021d1e (diff) | |
| download | smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.gz smarty-51ed0d6791cfedbdf2492603d226618133154d70.tar.bz2 smarty-51ed0d6791cfedbdf2492603d226618133154d70.zip | |
fixes to docs
Diffstat (limited to 'docs/designers/language-modifiers/language-modifier-capitalize.md')
| -rw-r--r-- | docs/designers/language-modifiers/language-modifier-capitalize.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/designers/language-modifiers/language-modifier-capitalize.md b/docs/designers/language-modifiers/language-modifier-capitalize.md index 015bb3bc..03e9d8c3 100644 --- a/docs/designers/language-modifiers/language-modifier-capitalize.md +++ b/docs/designers/language-modifiers/language-modifier-capitalize.md @@ -2,7 +2,7 @@ capitalize {#language.modifier.capitalize} ========== This is used to capitalize the first letter of all words in a variable. -This is similar to the PHP [`ucwords()`](&url.php-manual;ucwords) +This is similar to the PHP [`ucwords()`](https://www.php.net/ucwords) function. Parameter Position Type Required Default Description |
