Skip to content

Commit 7280983

Browse files
more linting
1 parent 8cbe0e6 commit 7280983

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

source/retryable-writes/retryable-writes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ Drivers MUST then retry the operation as many times as necessary until any one o
318318

319319
- CSOT is enabled and the operation times out per
320320
[Client Side Operations Timeout: Retryability](../client-side-operations-timeout/client-side-operations-timeout.md#retryability).
321-
322321

323322
- CSOT is not enabled and one retry was attempted.
324323

source/server-discovery-and-monitoring/server-discovery-and-monitoring.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ Fields:
240240
Default null. (Only mongos and shard servers record this field when monitoring config servers as replica sets, at
241241
least until
242242
[drivers allow applications to use readConcern "afterOptime".](../max-staleness/max-staleness.md#future-feature-to-support-readconcern-afteroptime))
243-
244243

245244
- (=) `type`: a [ServerType](#servertype) enum value. Default Unknown.
246245

@@ -898,7 +897,7 @@ else:
898897
):
899898
# Stale primary.
900899
# The error field MUST include the substring "primary marked stale due to electionId/setVersion mismatch"
901-
replace serverDescription with a default ServerDescription of type "Unknown"
900+
replace serverDescription with a default ServerDescription of type "Unknown"
902901
checkIfHasPrimary()
903902
return
904903

source/unified-test-format/unified-test-format.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,6 @@ The structure of each object is as follows:
12651265
When `failureIsRedacted` is present and its value is `true`, the test runner MUST assert that a failure is present and
12661266
that the failure has been redacted according to the rules defined for error redaction in the
12671267
[command logging and monitoring specification](../command-logging-and-monitoring/command-logging-and-monitoring.md#security).
1268-
12691268

12701269
When `false`, the test runner MUST assert that a failure is present and that the failure has NOT been redacted.
12711270

0 commit comments

Comments
 (0)