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 dae6ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit dae6ea7

Please sign in to comment.