Skip to content

Commit f6cd180

Browse files
authored
Merge pull request #5291 from kenjis/fix-docs-caching.rst
docs: fix RST format in caching.rst
2 parents 4f75e9b + 8b1a786 commit f6cd180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Class Reference
159159
$cache->deleteMatching('*_suffix'); // deletes all items of which keys end with "_suffix"
160160

161161
For more information on glob-style syntax, please see
162-
`https://en.wikipedia.org/wiki/Glob_(programming) <https://en.wikipedia.org/wiki/Glob_(programming)#Syntax>`_.
162+
`Glob (programming) <https://en.wikipedia.org/wiki/Glob_(programming)#Syntax>`_.
163163

164164
.. php:method:: increment($key[, $offset = 1]): mixed
165165

0 commit comments

Comments
 (0)