8000 minor #14210 fix build error: inline literal start-string without end… · symfony/symfony-docs@bbfa409 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbfa409

Browse files
committed
minor #14210 fix build error: inline literal start-string without end-string (jschaedl)
This PR was merged into the master branch. Discussion ---------- fix build error: inline literal start-string without end-string This PR fixes the current build error: > sphinx-build -b html -c . -d ./doctrees -nqW -j auto ../ ./html > Warning, treated as error: > /home/runner/work/symfony-docs/symfony-docs/reference/twig_reference.rst:282:Inline literal start-string without end-string. > make: *** [html] Error 2 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 34ff1e3 fix build error: inline literal start-string without end-string
2 parents baeb99b + 34ff1e3 commit bbfa409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/twig_reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impersonation_exit_path
279279

280280
.. versionadded:: 5.2
281281

282-
The ``impersonation_exit_path()` function was introduced in Symfony 5.2.
282+
The ``impersonation_exit_path()`` function was introduced in Symfony 5.2.
283283

284284
Generates a URL that you can visit to exit :doc:`user impersonation </security/impersonating_user>`.
285285
After exiting impersonation, the user is redirected to the current URI. If you
@@ -299,7 +299,7 @@ impersonation_exit_url
299299

300300
.. versionadded:: 5.2
301301

302-
The ``impersonation_exit_url()` function was introduced in Symfony 5.2.
302+
The ``impersonation_exit_url()`` function was introduced in Symfony 5.2.
303303

304304
It's similar to the `impersonation_exit_path`_ function, but it generates
305305
absolute URLs instead of relative URLs.

0 commit comments

Comments
 (0)
0