From 243921e0b6e3d62a9d18597429cf30ed6229f4d0 Mon Sep 17 00:00:00 2001 From: Gwen Lg Date: Mon, 12 Feb 2024 18:25:42 +0100 Subject: [PATCH] doc: fix crate name ing SubError documentation --- src/errors.rs | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/errors.rs b/src/errors.rs index 4965037..6d24403 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -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)] diff --git a/src/lib.rs b/src/lib.rs index 213d405..8122fdf 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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.