Skip to content

Commit ae92f8d

Browse files
Merge pull request #156 from yang-wei/patch-1
Update terms used in Elm to latest changes
2 parents be6f49f + a4de465 commit ae92f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ again, and then into further computations, etc. "Values" flow (propagate) throu
330330
But this Signal graph must be without cycles, because cycles cause mayhem! re-frame achieves
331331
a unidirectional flow.
332332

333-
While the mechanics are different, `reaction` has the intent of `lift` in [Elm] and `defc=` in [Hoplon].
333+
While the mechanics are different, `reaction` has the intent of `map` in [Elm] and `defc=` in [Hoplon].
334334

335335
Right, so that was a lot of words. Some code to clarify:
336336

0 commit comments

Comments
 (0)