Skip to content

Commit

Permalink
Fix a typo in architecture/transactions/transactional-io-path.md (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbin authored and ndeodhar committed Jul 24, 2019
1 parent b2085fc commit 3a24aa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The YQL engine sends requests to all tablets the transaction needs to read from.
for **ht_read** to become a safe time to read at according to our [definition of safe time](../single-row-transactions/#definition-of-safe-time), and then starts executing its part
of the read request from its local DocDB.

WHen a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
When a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
following logic:

* If **ht_record ≤ ht_read**, include the record in the result.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ The YQL engine sends requests to all tablets the transaction needs to read from.
for **ht_read** to become a safe time to read at according to our [definition of safe time](../single-row-transactions/#definition-of-safe-time), and then starts executing its part
of the read request from its local DocDB.

WHen a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
When a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
following logic:

* If **ht_record ≤ ht_read**, include the record in the result.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The YQL engine sends requests to all tablets the transaction needs to read from.
for **ht_read** to become a safe time to read at according to our [definition of safe time](../single-row-transactions/#definition-of-safe-time), and then starts executing its part
of the read request from its local DocDB.

WHen a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
When a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
following logic:

* If **ht_record ≤ ht_read**, include the record in the result.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The YQL engine sends requests to all tablets the transaction needs to read from.
for **ht_read** to become a safe time to read at according to our [definition of safe time](../single-row-transactions/#definition-of-safe-time), and then starts executing its part
of the read request from its local DocDB.

WHen a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
When a tablet server sees a relevant record with a hybrid time *ht_record*, it executes the
following logic:

* If **ht_record ≤ ht_read**, include the record in the result.
Expand Down

0 comments on commit 3a24aa7

Please sign in to comment.