[skip ci] Fix grammar (#12888)

Signed-off-by: sida shen <sida.shen@zilliz.com>
This commit is contained in:
SS 2021-12-07 17:43:13 +08:00 committed by GitHub
parent d00df79161
commit b3db38ceb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Note, physical part is the UTC time in Milliseconds.
![Timestamp struct](./graphs/time_stamp_struct.jpg)
For some users such as DBAs, they will want to sort the operations and list them in UTC time order.
For some users such as DBAs, they would want to sort the operations and list them in UTC time order.
Actually, we can use the TSO order to sort the `Insert` operations or `Delete` operations.