Skip to content

Commit 13071b8

Browse files
committed
docs: fix notation for $db
1 parent c6b7505 commit 13071b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $db->getFieldNames()
5151
Returns an array containing the field names. This query can be called
5252
two ways:
5353

54-
1. You can supply the table name and call it from the ``$db->object``:
54+
1. You can supply the table name and call it from the ``$db`` object:
5555

5656
.. literalinclude:: metadata/003.php
5757

0 commit comments

Comments
 (0)