Update fdbclient/include/fdbclient/FDBTypes.h

Co-authored-by: Nim Wijetunga <nim.wijetunga@snowflake.com>
This commit is contained in:
Fuheng Zhao 2022-08-19 13:19:57 -07:00 committed by GitHub
parent e69e93496b
commit bfb56d2532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1525,7 +1525,7 @@ enum class ReadType {
// store options for storage engine read
// ReadType describes the usage and priority of the read
// cacheResult determines whether the storage engine cache for this read
// consistencyCheckStartVersion is the consistency check which began at this version
// consistencyCheckStartVersion indicates the consistency check which began at this version
// debugID helps to trace the path of the read
struct ReadOptions {
ReadType type;