From 1dd3a9ee4fdea6b61394ec5ace47eddbcbfc4336 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 3 Jan 2023 13:19:52 +0530 Subject: [PATCH] fix: typo in comment description --- src/comment.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/comment.rs b/src/comment.rs index 960646c..7e2de53 100644 --- a/src/comment.rs +++ b/src/comment.rs @@ -15,12 +15,13 @@ * along with this program. If not, see . */ //! Comments associated to an issue or a pull/merge request within the repository of a forge -//! (Gitea, GitLab, etc.).", +//! (Gitea, GitLab, etc.) use serde::{Deserialize, Serialize}; use crate::Reaction; -/// Comments associated to an issue or a pull/merge request within the repository of a forge (Gitea, GitLab, etc.).", +/// Comments associated to an issue or a pull/merge request within the repository of a forge +/// (Gitea, GitLab, etc.) #[derive(Clone, Debug, Serialize, Deserialize, Default, Eq, PartialEq)] pub struct Comment { /// Unique identifier of the issue or pull/merge request containing the comment