Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Dec 4, 2023
1 parent fef8acc commit a1dd284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/oracle-data-collection/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub mod pallet {
#[pallet::call]
impl<T: Config> Pallet<T> {
/// Propose an update in the feeders associated to an specific key.
/// The collection will only be modified once [`apply_update_feedewrs`]
/// The collection will only be modified once [`apply_update_feeders`]
/// be called.
#[pallet::weight(1_000_000)]
#[pallet::call_index(1)]
Expand Down Expand Up @@ -420,7 +420,7 @@ pub mod types {
}
}

/// Change description
/// Change done through a change guard.
#[derive(Encode, Decode, Clone, PartialEq, Eq, TypeInfo, RuntimeDebug, MaxEncodedLen)]
#[scale_info(skip_type_params(T))]
pub enum Change<T: Config> {
Expand Down

0 comments on commit a1dd284

Please sign in to comment.