Skip to content

Commit

Permalink
Update crates/cdk/src/mint/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: vnprc <[email protected]>
  • Loading branch information
crodas and vnprc authored Dec 17, 2024
1 parent 9272347 commit 6627418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk/src/mint/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub struct Config {
/// Mint configuration
///
/// This struct is used to configure the mint, and it is wrapped inside a ArcSwap, so it can be
/// updated at runtime without locking the shared config nor without requiriming a mutable reference
/// updated at runtime without locking the shared config nor without requiring a mutable reference
/// to the config
///
/// ArcSwap is used instead of a RwLock since the updates should be less frequent than the reads
Expand Down

0 comments on commit 6627418

Please sign in to comment.