Skip to content

Commit eaedfe8

Browse files
norareidyjmikola
authored andcommitted
fixing typos
1 parent 5a4bf99 commit eaedfe8

7 files changed

+21
-21
lines changed

docs/reference/function/add_logger.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
============
2-
add_logger()
3-
============
1+
=====================
2+
MongoDB\\add_logger()
3+
=====================
44

55
.. versionadded:: 1.17
66

docs/reference/function/remove_logger.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===============
2-
remove_logger()
3-
===============
1+
========================
2+
MongoDB\\remove_logger()
3+
========================
44

55
.. versionadded:: 1.17
66

docs/reference/function/with_transaction.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==================
2-
with_transaction()
3-
==================
1+
===========================
2+
MongoDB\\with_transaction()
3+
===========================
44

55
.. default-domain:: mongodb
66

docs/reference/method/MongoDBDatabase__construct.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==============================
2-
MongoDB\\Database::construct()
3-
==============================
1+
================================
2+
MongoDB\\Database::__construct()
3+
================================
44

55
.. default-domain:: mongodb
66

docs/reference/method/MongoDBInsertOneResult-getInsertedCount.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============================================
2-
MongoDB\\InsertManyResult::getInsertedCount()
3-
=============================================
1+
============================================
2+
MongoDB\\InsertOneResult::getInsertedCount()
3+
============================================
44

55
.. default-domain:: mongodb
66

docs/reference/method/MongoDBInsertOneResult-getInsertedId.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
==========================================
2-
MongoDB\\InsertManyResult::getInsertedId()
3-
==========================================
1+
=========================================
2+
MongoDB\\InsertOneResult::getInsertedId()
3+
=========================================
44

55
.. default-domain:: mongodb
66

docs/reference/method/MongoDBInsertOneResult-isAcknowledged.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===========================================
2-
MongoDB\\InsertManyResult::isAcknowledged()
3-
===========================================
1+
==========================================
2+
MongoDB\\InsertOneResult::isAcknowledged()
3+
==========================================
44

55
.. default-domain:: mongodb
66

0 commit comments

Comments
 (0)