Skip to content

Commit

Permalink
fix(docs): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsonin committed Dec 17, 2023
1 parent f27987e commit 6ec0395
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/id_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ use read_write_api::{ReadApi, UpgradableReadApi, UpgradableReadGuard};
use crate::orig_type_id_map::{InsertableStaticInfoApi, StaticInfoApi};

/// Provides interface for `blazemap` id types
/// defined by the [`register_blazemap_id_wrapper`](crate::register_blazemap_id_wrapper) macro.
/// defined by the [`register_blazemap_id_wrapper`](crate::register_blazemap_id_wrapper)
/// and [`register_blazemap_id`](crate::register_blazemap_id) macros.
pub trait BlazeMapId: Copy
{
/// Original key type.
Expand All @@ -28,7 +29,7 @@ pub trait BlazeMapId: Copy
}

/// Provides interface for constructable `blazemap` key-wrapper types
/// defined by the [`register_blazemap_id`](crate::register_blazemap_id_wrapper) macro.
/// defined by the [`register_blazemap_id_wrapper`](crate::register_blazemap_id_wrapper) macro.
pub trait BlazeMapIdWrapper: BlazeMapId
where
Self::StaticInfoApi: InsertableStaticInfoApi<Self::OrigType>,
Expand Down

0 comments on commit 6ec0395

Please sign in to comment.