summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: