fix doc comment for deserializing function

This commit is contained in:
Ty Overby 2017-10-13 17:48:55 -07:00
parent 47b66f55ce
commit 1cf9a0eb56
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ pub mod read;
/// A Deserializer that reads bytes from a buffer.
///
/// This struct should rarely be used.
/// In most cases, prefer the `decode_from` function.
/// In most cases, prefer the `deserialize_from` function.
///
/// The ByteOrder that is chosen will impact the endianness that
/// is used to read integers out of the reader.