Remove to clarify docs

This commit is contained in:
Greg Johnston 2022-11-17 17:45:58 -05:00
parent f4e5ef41b2
commit 72f20f7413

View file

@ -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| {