fix typos and release checklist

This commit is contained in:
ripytide
2024-04-14 17:21:05 +01:00
parent b473f8e432
commit 636a7a02ec
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::fmt::{Display, Write};
use std::hash::Hash;
/// A struct to represent a single package, consiting of a `name`, and
/// A struct to represent a single package, consisting of a `name`, and
/// optionally a `repo`.
#[derive(Debug, Eq, PartialOrd, Ord, Clone)]
pub struct Package {