Skip to content

Commit f1f9859

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Cache] Rewrod a phrase to remove the "basic" word
2 parents c219941 + 242aed3 commit f1f9859

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
@@ -8,7 +8,7 @@ Using cache is a great way of making your application run quicker. The Symfony c
88
component is shipped with many adapters to different storages. Every adapter is
99
developed for high performance.
1010

11-
Basic uses of the cache looks like this::
11+
The following example shows a typical usage of the cache::
1212

1313
use Symfony\Contracts\Cache\ItemInterface;
1414

0 commit comments

Comments
 (0)