diff options
author | tom tomsen <tom.tomsen@mailbox.org> | 2024-06-25 22:59:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-25 21:59:42 +0100 |
commit | 93670a1fb5f09af77bef78516ee99c23748324e3 (patch) | |
tree | 8b0c90aae64c5e05bad5813b4e0e56f272e571f8 /examples/99-full-stack-applications/client/src | |
parent | cb834435637d98fd5532e25ee886cb9e264eed6b (diff) | |
download | lustre-93670a1fb5f09af77bef78516ee99c23748324e3.tar.gz lustre-93670a1fb5f09af77bef78516ee99c23748324e3.zip |
Fix typo (#150)
MOCEL -> MODEL
Diffstat (limited to 'examples/99-full-stack-applications/client/src')
-rw-r--r-- | examples/99-full-stack-applications/client/src/app.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/99-full-stack-applications/client/src/app.gleam b/examples/99-full-stack-applications/client/src/app.gleam index 58715ca..aae4530 100644 --- a/examples/99-full-stack-applications/client/src/app.gleam +++ b/examples/99-full-stack-applications/client/src/app.gleam @@ -21,7 +21,7 @@ pub fn main() { Nil } -// MOCEL ----------------------------------------------------------------------- +// MODEL ----------------------------------------------------------------------- type Model = List(#(String, Int)) |