Skip to content

Commit 8f91931

Browse files
committed
Merge pull request #1 from jonathanp/patch-1
Update README.md
2 parents 4dc9b4d + 27b1bc8 commit 8f91931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ It turns out that it is kind of a PITA to pass every little value you might need
263263

264264
Sometimes the data dependencies doesn't neatly follow the abstraction tree. For example, in layout algorithms you need to know something about the size of your children before you can completely fulfill their position.
265265

266-
Now, this example is a bit "out there". I'll use [Algebraic Effects](http://math.andrej.com/eff/) as [proposed for ECMAScript](https://esdiscuss.org/topic/one-shot-delimited-continuations-with-effect-handlers). If you're familiar with functional programming, they avoiding the intermediate ceremony imposed by monads.
266+
Now, this example is a bit "out there". I'll use [Algebraic Effects](http://math.andrej.com/eff/) as [proposed for ECMAScript](https://esdiscuss.org/topic/one-shot-delimited-continuations-with-effect-handlers). If you're familiar with functional programming, they're avoiding the intermediate ceremony imposed by monads.
267267

268268
```js
269269
function ThemeBorderColorRequest() { }

0 commit comments

Comments
 (0)