diff options
author | Tyler Seip <Tyler.Seip@mongodb.com> | 2021-03-19 18:28:46 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-03-23 17:37:22 +0000 |
commit | 8c463d0aa0cce19073210d274dcbb04c156dc802 (patch) | |
tree | 831640a2819370a0dc3641b02da5adad23e651a7 /docs | |
parent | f447e57dd2c5dbb39feef9cfe071ff1cc1de54d5 (diff) | |
download | mongo-8c463d0aa0cce19073210d274dcbb04c156dc802.tar.gz |
SERVER-53230: Rename cancelation -> cancellation everywhere
Diffstat (limited to 'docs')
-rw-r--r-- | docs/primary_only_service.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primary_only_service.md b/docs/primary_only_service.md index 36660b141a1..415d9da5100 100644 --- a/docs/primary_only_service.md +++ b/docs/primary_only_service.md @@ -91,7 +91,7 @@ Instance is explicitly interrupted, so that it can unblock any work running on t *not* a part of an executor owned by the PrimaryOnlyService that are dependent on that Instance signaling them (e.g. commands that are waiting on the Instance to reach a certain state). Currently this happens via a call to an interrupt() method that each Instance must override, but in the future -this is likely to change to signaling a CancelationToken owned by the Instance instead. +this is likely to change to signaling a CancellationToken owned by the Instance instead. ## Instance lifetime |