Skip to content

Commit

Permalink
chore: Test a schema change
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Mar 4, 2024
1 parent a19573d commit 779ddb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestar-invocation/src/task/instruction/nonce.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl JsonSchema for Nonce {
instance_type: Some(SingleOrVec::Single(InstanceType::String.into())),
metadata: Some(Box::new(Metadata {
description: Some(
"A 12-byte or 16-byte nonc. Use empty string for no nonce.".to_string(),
"A 12-byte or 16-byte non. Use empty string for no nonce.".to_string(),
),
..Default::default()
})),
Expand Down

0 comments on commit 779ddb3

Please sign in to comment.