Commit cdabc1b3 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix docs

parent 85a6e8ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ use self::State::*;
///
/// # Examples
///
/// Calculate a hash in one go.
/// Calculate a hash in one go:
///
/// ```
/// use openssl::hash::{hash, MessageDigest};
@@ -71,7 +71,7 @@ use self::State::*;
/// assert_eq!(res, spec);
/// ```
///
/// Use the `Write` trait to supply the input in chunks.
/// Supply the input in chunks:
///
/// ```
/// use openssl::hash::{Hasher, MessageDigest};