From e2b57b8e6150f824edbf044fd6222f0c81d6f1b3 Mon Sep 17 00:00:00 2001 From: Giacomo Cavalieri Date: Tue, 2 Apr 2024 10:09:15 +0200 Subject: :memo: Fix some typos. (#97) --- pages/guide/02-state-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/guide/02-state-management.md') diff --git a/pages/guide/02-state-management.md b/pages/guide/02-state-management.md index 26cd752..27e9020 100644 --- a/pages/guide/02-state-management.md +++ b/pages/guide/02-state-management.md @@ -10,7 +10,7 @@ The MVU architecture is an example of _unidirectional data flow_: - Your model describes the entire state of your application at a given point in time. -- The UI is a [pure](https://github.com/lustre-labs/lustre/blob/main/pages/hints/pure-functions.md)) +- The UI is a [pure](https://github.com/lustre-labs/lustre/blob/main/pages/hints/pure-functions.md) function of that model: if the model doesn't change, the UI doesn't change. - Events from the outside world – user interaction, HTTP responses, ... – send -- cgit v1.2.3