diff --git a/leptos_reactive/src/slice.rs b/leptos_reactive/src/slice.rs index 5d9d66e96f..213142d132 100644 --- a/leptos_reactive/src/slice.rs +++ b/leptos_reactive/src/slice.rs @@ -83,7 +83,7 @@ where ) } -/// Takes a memoized, read-only slice of a signal. This is equivalent to the +/// Takes a memoized, read-only slice of a signal. This is equivalent to the /// read-only half of [`create_slice`]. pub fn create_read_slice( cx: Scope,