mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
minor #4357 Update plural.rst: Fixing(?) broken links (ThomasLandauer)
This PR was merged into the 3.x branch.
Discussion
----------
Update plural.rst: Fixing(?) broken links
More important question: Is the filter's name `plural` or `pluralize`??
Commits
-------
cc3a2b7bac Update plural.rst: Fixing(?) broken links
This commit is contained in:
@@ -49,5 +49,5 @@ Arguments
|
||||
|
||||
Internally, Twig uses the `pluralize`_ method from the Symfony String component.
|
||||
|
||||
.. _`inflector`: <https://symfony.com/doc/current/components/string.html#inflector>
|
||||
.. _`pluralize`: <https://symfony.com/doc/current/components/string.html#inflector>
|
||||
.. _`inflector`: https://symfony.com/doc/current/components/string.html#inflector
|
||||
.. _`pluralize`: https://symfony.com/doc/current/components/string.html#inflector
|
||||
|
||||
Reference in New Issue
Block a user