mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
fixed typo in docs
This commit is contained in:
parent
91278df889
commit
90b954c654
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ use std::rc::Rc;
|
|||
/// Currently there is no way to use a function with a return value. Please open an issue if you need this.
|
||||
///
|
||||
/// If you want to throttle a function that takes an argument there are also the versions
|
||||
/// [`use_debounce_fn_with_args`] and [`use_debounce_fn_with_args_and_options`].
|
||||
/// [`use_debounce_fn_with_arg`] and [`use_debounce_fn_with_arg_and_options`].
|
||||
///
|
||||
/// ## Recommended Reading
|
||||
///
|
||||
|
|
|
@ -59,7 +59,7 @@ pub use crate::utils::ThrottleOptions;
|
|||
/// ```
|
||||
///
|
||||
/// If you want to throttle a function that takes an argument there are also the versions
|
||||
/// [`use_throttle_fn_with_args`] and [`use_throttle_fn_with_args_and_options`].
|
||||
/// [`use_throttle_fn_with_arg`] and [`use_throttle_fn_with_arg_and_options`].
|
||||
///
|
||||
/// ## Recommended Reading
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue