Skip to content

Commit 28b0367

Browse files
committed
fix typo in snomed_usage_data docs
1 parent e0b02ad commit 28b0367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/codelist-builder-rs/src/snomed_usage_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use serde::{Deserialize, Serialize};
1515
/// * `snomed_concept_id` - The snomed concept id
1616
/// * `description` - The description
1717
/// * `usage` - The usage
18-
/// * `active_at_start` - Whether the concept was active at the sstart of the usage period
18+
/// * `active_at_start` - Whether the concept was active at the start of the usage period
1919
/// * `active_at_end` - Whether the concept was active at the end of the usage period
2020
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
2121
pub struct SnomedUsageDataEntry {

0 commit comments

Comments
 (0)