From eade1aeccce49cf3a28bcc932d4b2b49df37dc15 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Tue, 19 Apr 2022 20:06:18 -0700 Subject: [PATCH] Fix typo: executation -> execution --- _posts/2018-09-10-the-lazy-functor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2018-09-10-the-lazy-functor.html b/_posts/2018-09-10-the-lazy-functor.html index e928fbf5e..c376455f9 100644 --- a/_posts/2018-09-10-the-lazy-functor.html +++ b/_posts/2018-09-10-the-lazy-functor.html @@ -144,9 +144,9 @@
- In languages with eager evaluation (which is most of them), you can model deferred executation as a functor. This enables you to compose lazily evaluated expressions piecemeal. + In languages with eager evaluation (which is most of them), you can model deferred execution as a functor. This enables you to compose lazily evaluated expressions piecemeal.
Next: Asynchronous functors.
- \ No newline at end of file +