Skip to content

Commit

Permalink
Small doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn authored Mar 7, 2022
1 parent 695ce62 commit b5c44a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub enum Error {
},
}

/// A result with an error variant of [`TiledError`].
/// A result with an error variant of [`tiled::error::Error`].
pub type Result<T> = std::result::Result<T, Error>;

impl fmt::Display for Error {
Expand Down

0 comments on commit b5c44a5

Please sign in to comment.