mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
Remove to clarify docs
This commit is contained in:
parent
f4e5ef41b2
commit
72f20f7413
1 changed files with 0 additions and 2 deletions
|
@ -124,8 +124,6 @@ where
|
|||
{
|
||||
/// Applies a function to the current value of the signal, and subscribes
|
||||
/// the running effect to this signal.
|
||||
///
|
||||
/// If you want to get the value without cloning it, use [ReadSignal::with].
|
||||
/// ```
|
||||
/// # use leptos_reactive::*;
|
||||
/// # create_scope(|cx| {
|
||||
|
|
Loading…
Reference in a new issue