Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/hubble/httpapi/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ async fn main() {

let msg_data_bytes = msg_data.write_to_bytes().unwrap();

// Calculate the blake3 hash, trucated to 20 bytes
// Calculate the blake3 hash, truncated to 20 bytes
let hash = blake3::hash(&msg_data_bytes).as_bytes()[0..20].to_vec();

// Construct the actual message
Expand Down