Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan1900 committed Sep 3, 2024
1 parent 462f885 commit 48f62dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/brpb/brpb.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/brpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ message DataFileGroup {
}

message DataFileInfo {
// Logical checksum of all the kv pairs in the file.
// Checksum of the plaintext file, i.e., pre-compression, pre-encryption.
bytes sha256 = 1;
// Path of the file.
string path = 2;
Expand Down

0 comments on commit 48f62dd

Please sign in to comment.