Skip to content

Commit db5a290

Browse files
committed
feedback
1 parent 57e6728 commit db5a290

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ php-library = "MongoDB PHP Library"
2626
php-library = "MongoDB PHP Library"
2727
api = "https://www.mongodb.com/docs/php-library/current/reference"
2828
driver-short = "PHP library"
29+
extension-short = "PHP extension"
2930
string-data-type = "``string``"
3031
bool-data-type = "``bool``"
3132
int-data-type = "``int``"

source/connect/connection-options.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,12 @@ Miscellaneous Configuration
345345
API Documentation
346346
-----------------
347347

348-
For more information about the types used on this page, see the following API
349-
documentation:
348+
For more information about the ``MongoDB\Client`` class, see the following {+driver-short+}
349+
API documentation:
350350

351351
- :ref:`MongoDB\Client <php-mongodbclient>`
352+
353+
For more information about the ``MongoDB\Driver\ReadPreference`` class, see the following
354+
{+extension-short+} API documentation:
355+
352356
- `MongoDB\\Driver\\ReadPreference <https://www.php.net/manual/en/class.mongodb-driver-readpreference.php>`__

0 commit comments

Comments
 (0)