Skip to content

Commit 37d6870

Browse files
author
obozdag
authored
docs: Small typos in database/metadata.rst
Fix some small typos in database/metadata.rst
1 parent 747108f commit 37d6870

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

user_guide_src/source/database/metadata.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#################
2-
Database Metadata
3-
#################
1+
################
2+
Getting Metadata
3+
################
44

55
.. contents::
66
:local:
@@ -71,9 +71,7 @@ performing an action. Returns a boolean true/false. Usage example:
7171

7272
.. literalinclude:: metadata/005.php
7373

74-
.. note:: Replace *field_name* with the name of the column you are looking
75-
for, and replace *table_name* with the name of the table you are
76-
looking for.
74+
.. note:: Replace *field_name* and *table_name* with the column name and the table name you are looking for.
7775

7876
Retrieve Field Metadata
7977
=======================
@@ -88,7 +86,7 @@ Returns an array of objects containing field information.
8886
Sometimes it's helpful to gather the field names or other metadata, like
8987
the column type, max length, etc.
9088

91-
.. note:: Not all databases provide meta-data.
89+
.. note:: Not all databases provide metadata.
9290

9391
Usage example:
9492

0 commit comments

Comments
 (0)