aboutsummaryrefslogtreecommitdiffstats
path: root/alv/base
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-24 20:09:39 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-24 20:09:39 +0000
commitd5e0b45649c755de98b78cbb0488483af2d270db (patch)
treeb6a34bd92dee18274e0ba1e8231f8e795d78a0d2 /alv/base
parentremove AST:quote() (diff)
downloadalive-d5e0b45649c755de98b78cbb0488483af2d270db.tar.gz
alive-d5e0b45649c755de98b78cbb0488483af2d270db.zip
code readability
Diffstat (limited to 'alv/base')
-rw-r--r--alv/base/input.moon5
1 files changed, 3 insertions, 2 deletions
diff --git a/alv/base/input.moon b/alv/base/input.moon
index 19e55a4..fe01f88 100644
--- a/alv/base/input.moon
+++ b/alv/base/input.moon
@@ -108,8 +108,9 @@ class Input
--
-- Behaviour depends on what kind of `Stream` `value` is:
--
- -- - `ValueStream`: Marked dirty for the eval-tick if old and new `ValueStream` differ.
- -- - `EventStream` and `IOStream`: Marked dirty only if the current `EventStream` is dirty.
+ -- - `ValueStream`: Marked dirty only if old and new `ValueStream` differ.
+ -- - `EventStream` and `IOStream`: Marked dirty only if the current
+ -- `EventStream` is dirty.
--
-- This is the most common `Input` strategy.
--