diff --git a/examples/glue/glue.roc b/examples/glue/glue.roc index 6bff6cc787..f6722e32f8 100644 --- a/examples/glue/glue.roc +++ b/examples/glue/glue.roc @@ -4,7 +4,7 @@ app "rocLovesRust" provides [main] to pf main = - msg = "Roc <3 Rust, also on stderr!\n" + msg = "Roc <3 Rust, also on stderr!\n" StdoutWrite "Roc <3 Rust!\n" \{} -> StderrWrite msg \{} -> Done