Skip to content

Commit 5d10376

Browse files
committed
minor #12771 [Cache] Fixed a minor RST syntax issue (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [Cache] Fixed a minor RST syntax issue Commits ------- c54caec [Cache] Fixed a minor RST syntax issue
2 parents 574ef5d + c54caec commit 5d10376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ the same key could be invalidate with one function call::
518518
}
519519
}
520520

521-
The cache adapter needs to implement :class:`Symfony\\Contracts\\Cache\\TagAwareCacheInterface``
521+
The cache adapter needs to implement :class:`Symfony\\Contracts\\Cache\\TagAwareCacheInterface`
522522
to enable this feature. This could be added by using the following configuration.
523523

524524
.. configuration-block::

0 commit comments

Comments
 (0)