Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
F3Joule committed Oct 17, 2023
1 parent cbe82d3 commit c7987ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/creator-staking/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl<T: Config> Pallet<T> {

/// Implementation of `CreatorStakingProvider` for `creator-staking` pallet.
///
/// This is be used in space-ownership pallet to forbid ownership transfer for spaces, which
/// This is used in space-ownership pallet to forbid ownership transfer for spaces, which
/// are registered as creators.
impl<T: Config> CreatorStakingProvider<T::AccountId> for Pallet<T> {
fn is_creator_active(
Expand Down

0 comments on commit c7987ca

Please sign in to comment.