Skip to content

Commit

Permalink
Comment from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent 39bb0d4 commit 8b666dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/people.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//! We have a set of people indexed by [`PersonId`] and then each person
//! can have an arbitrary number of person properties
//! [`PersonProperty`], which are values keyed by a type. Person
//! properties are defined with a set of macros, such as
//! [`define_person_property!()`].
//! properties are defined with a macro ([`define_person_property!()`]
//! or [`define_person_property_with_default!()`])
//!
//! # Initializing Person Properties
//!
Expand Down

0 comments on commit 8b666dd

Please sign in to comment.