aboutsummaryrefslogtreecommitdiff
path: root/test/examples/input.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples/input.gleam')
-rw-r--r--test/examples/input.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/input.gleam b/test/examples/input.gleam
index 9916000..352e480 100644
--- a/test/examples/input.gleam
+++ b/test/examples/input.gleam
@@ -11,7 +11,7 @@ import lustre/html.{div, input, label, pre}
// 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)