fix: typo

This commit is contained in:
Sevki 2024-11-10 11:46:44 +00:00
parent 1ddeb08c8e
commit 2901db9ae6

View file

@ -552,7 +552,7 @@ impl std::convert::AsRef<[u8]> for OkId {
/// A type that represents a path that is safe to use in a URL.
#[repr(transparent)]
pub struct PathSafe(
/// Innder okdi
/// Innder okid
pub OkId
);