Skip to content

Commit

Permalink
fix: Fixed a typo in ManifestDefinition docstring (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanev7 authored Nov 7, 2024
1 parent 6a1fec9 commit e4c23fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct ManifestDefinition {
/// This is typically Internet domain name for the vendor (i.e. `adobe`)
pub vendor: Option<String>,

/// Clam Generator Info is always required with at least one entry
/// Claim Generator Info is always required with at least one entry
#[serde(default = "default_claim_generator_info")]
pub claim_generator_info: Vec<ClaimGeneratorInfo>,

Expand Down

0 comments on commit e4c23fc

Please sign in to comment.