aboutsummaryrefslogtreecommitdiff
path: root/test/examples/counter.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/counter.gleam')
-rw-r--r--test/examples/counter.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/counter.gleam b/test/examples/counter.gleam
index 0bff35b..3858fc6 100644
--- a/test/examples/counter.gleam
+++ b/test/examples/counter.gleam
@@ -9,7 +9,7 @@ import lustre/event
// MAIN ------------------------------------------------------------------------
pub fn main() {
- // A `simple` lustre application doesn't produce `Cmd`s. These are best to
+ // A `simple` lustre application doesn't produce `Effect`s. These are best to
// start with if you're just getting started with lustre or you know you don't
// need the runtime to manage any side effects.
let app = lustre.simple(init, update, render)