Skip to content

Commit

Permalink
Documentation Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfo committed Aug 12, 2024
1 parent 19f79d5 commit 2a0c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_registry/src/stores/PatientStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export interface IPatientStore extends IPatient {
// Patient profile
updateProfile(profile: IPatientProfile): Promise<void>;

// Recent entry review
// Review marks that define recent entry data
addReviewMark(review: IReviewMark): Promise<void>;

// Session
Expand Down

0 comments on commit 2a0c855

Please sign in to comment.