Skip to content

Commit

Permalink
doc: fox crate name ing SubError documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Feb 12, 2024
1 parent ec7b1df commit 6506512
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6506512

Please sign in to comment.