aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom tomsen <tom.tomsen@mailbox.org>2024-06-25 22:59:42 +0200
committerGitHub <noreply@github.com>2024-06-25 21:59:42 +0100
commit93670a1fb5f09af77bef78516ee99c23748324e3 (patch)
tree8b0c90aae64c5e05bad5813b4e0e56f272e571f8
parentcb834435637d98fd5532e25ee886cb9e264eed6b (diff)
downloadlustre-93670a1fb5f09af77bef78516ee99c23748324e3.tar.gz
lustre-93670a1fb5f09af77bef78516ee99c23748324e3.zip
Fix typo (#150)
MOCEL -> MODEL
-rw-r--r--examples/99-full-stack-applications/client/src/app.gleam2
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))