Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent 8b666dd commit 54ad0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/people.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ impl fmt::Debug for PersonId {
/// disease status.
///
/// Person properties should defined with the [`define_person_property!()`],
/// `define_person_property_with_default!()` and `define_derived_property!()`
/// [`define_person_property_with_default!()`] and [`define_derived_property!()`]
/// macros.
pub trait PersonProperty: Copy {
type Value: Copy + Debug + PartialEq + Hash;
Expand Down

0 comments on commit 54ad0d3

Please sign in to comment.