Skip to content

Commit 1b97065

Browse files
committed
docs: fix RST format
1 parent 13071b8 commit 1b97065

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ two ways:
5353

5454
1. You can supply the table name and call it from the ``$db`` object:
5555

56-
.. literalinclude:: metadata/003.php
56+
.. literalinclude:: metadata/003.php
5757

5858
2. You can gather the field names associated with any query you run by
59-
calling the function from your query result object:
59+
calling the function from your query result object:
6060

61-
.. literalinclude:: metadata/004.php
61+
.. literalinclude:: metadata/004.php
6262

6363
Determine If a Field is Present in a Table
6464
==========================================

0 commit comments

Comments
 (0)