Skip to content

Commit

Permalink
fix the last doc test
Browse files Browse the repository at this point in the history
Signed-off-by: Hunar Roop Kahlon <hunar.roop@gmail.com>
  • Loading branch information
kinggoesgaming committed Aug 13, 2018
1 parent 9fb9b9e commit b1107ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@ impl Uuid {
///
/// ```
/// use uuid::Uuid;
/// use uuid::UuidBytes;
/// use uuid::Bytes;
///
/// let bytes: UuidBytes = [
/// let bytes: Bytes = [
/// 70, 235, 208, 238, 14, 109, 67, 201, 185, 13, 204, 195, 90, 145, 63,
/// 62,
/// ];
Expand Down

0 comments on commit b1107ce

Please sign in to comment.