Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
renjiezh committed Nov 21, 2023
1 parent 0732d41 commit 0c55f4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,6 @@ message ShareShuffleSketchParams {
int64 register_count = 1;

// Length of each item in bytes. #_EDPs * max_frequency should be no more than
// 2^(byte_per_item*8).
int32 byte_per_item = 2;
// 2^(bytes_per_item*8).
int32 bytes_per_item = 2;
}

0 comments on commit 0c55f4d

Please sign in to comment.