Update docs

This commit is contained in:
Aaron Smith 2023-09-26 18:24:30 +01:00
parent c3bc53c40a
commit fd2888afab
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,8 @@
# Effects
Effects are functions that are ran in response to source updates. They are
called effects because they cause *side-effects* when reacting to source updates.
called effects because they cause *side-effects* when reacting to source updates
which are pure.
Effects are created using `effect()`.