summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2022-02-07 09:25:18 -0500
committerGitHub <noreply@github.com>2022-02-07 09:25:18 -0500
commit89a6cd9165c390c450bf808138301bcb8f59ae1c (patch)
tree5020e587da42e8a15bde0c198238d9dd29363bd2
parentc99e4833db76bba9842cf9ee9add83aaba0c340a (diff)
downloadmongo-ajdavis-patch-1.tar.gz
Markdown syntax in sharding READMEajdavis-patch-1
-rw-r--r--src/mongo/db/s/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/README.md b/src/mongo/db/s/README.md
index 262050886a0..04c3ac2adcc 100644
--- a/src/mongo/db/s/README.md
+++ b/src/mongo/db/s/README.md
@@ -813,7 +813,7 @@ four steps to this process:
### Periodic cleanup of the session catalog and transactions table
The logical session cache class holds the periodic job to clean up the
-[session catalog](#the-logical-session-catalog) and [transactions table](#the-transactions-table].
+[session catalog](#the-logical-session-catalog) and [transactions table](#the-transactions-table).
Inside the class, this is known as the "reap" function. Every five (5) minutes (user-configurable),
the following steps will be performed: