Skip to content

Commit a9331a8

Browse files
authored
Add missing colon to reserved chars
1 parent 33262be commit a9331a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/cache_items.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The **key** of a cache item is a plain string which acts as its
1717
identifier, so it must be unique for each cache pool. You can freely choose the
1818
keys, but they should only contain letters (A-Z, a-z), numbers (0-9) and the
1919
``_`` and ``.`` symbols. Other common symbols (such as ``{``, ``}``, ``(``,
20-
``)``, ``/``, ``\`` and ``@``) are reserved by the PSR-6 standard for future
20+
``)``, ``/``, ``\``, ``@`` and ``:``) are reserved by the PSR-6 standard for future
2121
uses.
2222

2323
The **value** of a cache item can be any data represented by a type which is

0 commit comments

Comments
 (0)