Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Jan 10, 2025
1 parent e17cc91 commit 1e8df73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/utils/pausable/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Pausable Contract Module.
//!
//! Contract module which allows implementing a configurable stop mechanism.
//! This contract module allows implementing a configurable stop mechanism for your contract.
//!
//! By implementing the trait [`Pausable`] for your contract,
//! you can safely integrate the Pausable functionality.
Expand Down Expand Up @@ -32,7 +32,7 @@
//!
//! For god knows why, if you want to opt-out of [`Pausable`] trait, and use
//! `storage::*` functions directly in your contract, well... you can!
//! But we encourage the use of `Pausable` trait instead, due to:
//! But we encourage the use of [`Pausable`] trait instead, due to:
//! - there is no additional cost
//! - standardization
//! - you cannot mistakenly forget one of the methods
Expand Down

0 comments on commit 1e8df73

Please sign in to comment.