diff --git a/digest/README.md b/digest/README.md index 479d5c7ed..da44f69e4 100644 --- a/digest/README.md +++ b/digest/README.md @@ -56,8 +56,8 @@ let hash = hasher.finalize(); println!("Result: {:x}", hash); ``` -In this example `hash` has type [`Array`][2], which is a generic -alternative to `[u8; 64]`. +In this example `hash` has type [`Array`][2], which is a generic +alternative to `[u8; 32]`. Alternatively you can use chained approach, which is equivalent to the previous example: