Skip to content

Commit

Permalink
doc(snbt): minor detail
Browse files Browse the repository at this point in the history
  • Loading branch information
GrizzlT committed May 21, 2023
1 parent 89034d9 commit eabdf10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastsnbt/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Contains the Error and Result type used by the deserializer.
//! Contains the [`Error`] and [`Result`] type used by the deserializer.
use std::fmt::Display;

/// Various errors that can occur during deserialization.
/// Various errors that can occur during (de)serialization.
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Error(String);

Expand Down

0 comments on commit eabdf10

Please sign in to comment.