Skip to content

Commit

Permalink
doc: fix crate name ing SubError documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Feb 13, 2024
1 parent ec7b1df commit 243921e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::io;
use std::path::PathBuf;
use thiserror::Error;

/// A type representing errors that are specific to `subtitles-utils`. Note that we may
/// A type representing errors that are specific to `subtile`. Note that we may
/// normally return `Error`, not `SubError`, which allows to return other
/// kinds of errors from third-party libraries.
#[derive(Debug, Error)]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! ## Contributing
//!
//! Your feedback and contributions are welcome! Please see
//! [FramaGit](https://framagit.org/gwenlg/subtitles-utils) for details.
//! [Subtile](https://github.com/gwen-lg/subtile) on GitHub for details.
#![warn(missing_docs)]
// For error-chain.
Expand Down

0 comments on commit 243921e

Please sign in to comment.