summaryrefslogtreecommitdiff
path: root/src/mongo/db/s
diff options
context:
space:
mode:
authorEsha Maharishi <esha.maharishi@mongodb.com>2020-06-16 15:09:04 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-06-16 19:23:48 +0000
commit5ef9529c441df3e4106845e698a3000f70073cb9 (patch)
tree9603af5316be263923310988e1a015d4075faec8 /src/mongo/db/s
parent02eb9bc441386fa2d6fd1999c2f713dccacb9f24 (diff)
downloadmongo-5ef9529c441df3e4106845e698a3000f70073cb9.tar.gz
SERVER-48902 Fix typos in sharding arch guide
Diffstat (limited to 'src/mongo/db/s')
-rw-r--r--src/mongo/db/s/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/db/s/README.md b/src/mongo/db/s/README.md
index 52759418861..f0849f176b4 100644
--- a/src/mongo/db/s/README.md
+++ b/src/mongo/db/s/README.md
@@ -850,9 +850,9 @@ been started on the session and the session is still alive. In both cases, the m
to all participant shards.
#### Code references
-* [**TransactioRouter class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/s/transaction_router.h)
-* [**TransactioCoordinatorService class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/db/s/transaction_coordinator_service.h)
-* [**TransactioCoordinator class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/db/s/transaction_coordinator.h)
+* [**TransactionRouter class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/s/transaction_router.h)
+* [**TransactionCoordinatorService class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/db/s/transaction_coordinator_service.h)
+* [**TransactionCoordinator class**](https://github.com/mongodb/mongo/blob/r4.3.4/src/mongo/db/s/transaction_coordinator.h)
---