Skip to content

Commit 0d41210

Browse files
committed
change title
(cherry picked from commit 94efb25)
1 parent a635894 commit 0d41210

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

source/fundamentals.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Fundamentals
1717
Indexes </fundamentals/indexes>
1818
Transactions </fundamentals/transactions>
1919
Logging </fundamentals/logging>
20-
Run a Database Command </fundamentals/run-command>
20+
Run a Command </fundamentals/run-command>
2121
Collations </fundamentals/collations>
2222
Monitoring </fundamentals/monitoring>
2323
GridFS </fundamentals/gridfs>

source/fundamentals/run-command.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _golang-run-command:
22

3-
======================
4-
Run a Database Command
5-
======================
3+
=============
4+
Run a Command
5+
=============
66

77
.. contents:: On this page
88
:local:

source/usage-examples.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Usage Examples
2525
Monitor Data Changes </usage-examples/changestream>
2626
Count Documents Method Example </usage-examples/count>
2727
Distinct Field Values </usage-examples/distinct>
28-
Run a Command </usage-examples/command>
28+
Run a Command Example </usage-examples/command>
2929
Use Struct Tags </usage-examples/struct-tagging>
3030

3131
Overview

source/usage-examples/command.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _golang-run-command-usage-example:
22

3-
=============
4-
Run a Command
5-
=============
3+
=====================
4+
Run a Command Example
5+
=====================
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)