Skip to content

Commit 94aec5e

Browse files
committed
Fixed a RST syntax issue
1 parent 64f048c commit 94aec5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/array_cache_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Array Cache Adapter
88
Generally, this adapter is useful for testing purposes, as its contents are stored in memory
99
and not persisted outside the running PHP process in any way. It can also be useful while
1010
warming up caches, due to the :method:`Symfony\\Component\\Cache\\Adapter\\ArrayAdapter::getValues`
11-
method:
11+
method::
1212

1313
use Symfony\Component\Cache\Adapter\ArrayAdapter;
1414

0 commit comments

Comments
 (0)