Skip to content

Commit

Permalink
Remove extra double quote in options.h (#8550)
Browse files Browse the repository at this point in the history
Summary:
There is an extra "  in options.h (`"index block""`)

Pull Request resolved: #8550

Test Plan: None

Reviewed By: jay-zhuang

Differential Revision: D29746077

Pulled By: autopear

fbshipit-source-id: 2e5117296e5414b7c7440d990926bc1e567a0b4f
  • Loading branch information
autopear authored and facebook-github-bot committed Jul 17, 2021
1 parent 39a07c9 commit 3455ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rocksdb/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,7 @@ struct ReadOptions {
// Default: true
bool verify_checksums;

// Should the "data block"/"index block"" read for this iteration be placed in
// Should the "data block"/"index block" read for this iteration be placed in
// block cache?
// Callers may wish to set this field to false for bulk scans.
// This would help not to the change eviction order of existing items in the
Expand Down

0 comments on commit 3455ab0

Please sign in to comment.