fix: typo in comment description

This commit is contained in:
Aravinth Manivannan 2023-01-03 13:19:52 +05:30
parent fa44613e14
commit 1dd3a9ee4f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 2 deletions

View File

@ -15,12 +15,13 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
//! 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