diff --git a/share_medical_records/README.md b/share_medical_records/README.md index f7d9f58d..229b83f7 100644 --- a/share_medical_records/README.md +++ b/share_medical_records/README.md @@ -78,9 +78,9 @@ pub fn share_patient_data( pub struct PatientData { patient_id: u64, age: u8, - gender: u8, + gender: bool, blood_type: u8, - weight: u64, + weight: u16, height: u16, allergies: [bool; 5], }