[skip ci] Fix grammar (#12996)

Signed-off-by: sida shen <sida.shen@zilliz.com>
pull/13012/head
SS 2021-12-08 20:23:25 +08:00 committed by GitHub
parent f27f816fbc
commit 4465d37322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Actually, we can use the TSO order to sort the `Insert` operations or `Delete` o
So the question becomes how we get the UTC time from TSO.
As we have described above, physical part consists the front 46 bits of TSO.
As we have described above, physical part consists of the front 46 bits of TSO.
So given a TSO which is returned by `Insert` or `Delete`, we can directly shift left 18 bits to get the UTC time.