Skip to content

Commit a164239

Browse files
committed
Fix RST syntax for isset() link
1 parent 5fd887d commit a164239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/enumeration-classes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ MongoDB\\Model\\IndexInfo
115115

116116
This class implements PHP's :php:`ArrayAccess <arrayaccess>` interface. This
117117
provides a mechanism for accessing index fields for which there exists no
118-
helper method. :php`isset() <isset>` may be used to check for the existence
118+
helper method. :php:`isset() <isset>` may be used to check for the existence
119119
of a field before accessing it with ``[]``.
120120

121121
.. note::

0 commit comments

Comments
 (0)