From a240ea854804404291628e0f556a32cc3ac2b8ac Mon Sep 17 00:00:00 2001 From: Em-Aar Date: Tue, 29 Oct 2024 13:10:27 +0500 Subject: [PATCH] Correct populart to populate in Module4, map-reduce.ipynb --- module-4/map-reduce.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-4/map-reduce.ipynb b/module-4/map-reduce.ipynb index f8884bfc..8bbe3ca9 100644 --- a/module-4/map-reduce.ipynb +++ b/module-4/map-reduce.ipynb @@ -195,7 +195,7 @@ "\n", "`Send` allow you to pass any state that you want to `generate_joke`! It does not have to align with `OverallState`.\n", "\n", - "In this case, `generate_joke` is using its own internal state, and we can popular this via `Send`." + "In this case, `generate_joke` is using its own internal state, and we can populate this via `Send`." ] }, {