We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b02ad commit 28b0367Copy full SHA for 28b0367
1 file changed
rust/codelist-builder-rs/src/snomed_usage_data.rs
@@ -15,7 +15,7 @@ use serde::{Deserialize, Serialize};
15
/// * `snomed_concept_id` - The snomed concept id
16
/// * `description` - The description
17
/// * `usage` - The usage
18
-/// * `active_at_start` - Whether the concept was active at the sstart of the usage period
+/// * `active_at_start` - Whether the concept was active at the start of the usage period
19
/// * `active_at_end` - Whether the concept was active at the end of the usage period
20
#[derive(Debug, Clone, Serialize, Deserialize, PartialEq)]
21
pub struct SnomedUsageDataEntry {
0 commit comments