Skip to content

Commit

Permalink
chore: fix typo (#3320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi739 authored Dec 3, 2024
1 parent f252460 commit 5a01a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive_graph/src/computed/memo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ where

/// Creates a new memo by passing a function that computes the value.
///
/// Unlike [`ArcMemo::new`](), this receives ownership of the previous value. As a result, it
/// Unlike [`Memo::new`](), this receives ownership of the previous value. As a result, it
/// must return both the new value and a `bool` that is `true` if the value has changed.
///
/// This is lazy: the function will not be called until the memo's value is read for the first
Expand Down

0 comments on commit 5a01a7f

Please sign in to comment.