From df721ff85f03e317ec7344b12fd5f4cc7a08821b Mon Sep 17 00:00:00 2001 From: Sebastian Corcino Date: Thu, 21 Aug 2025 12:37:10 -0800 Subject: [PATCH] update field name description --- .../docs/7 - Working with Arrays/7.6 - Challenge/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/7 - Working with Arrays/7.6 - Challenge/description.md b/src/main/docs/7 - Working with Arrays/7.6 - Challenge/description.md index 51a00ca..236d004 100644 --- a/src/main/docs/7 - Working with Arrays/7.6 - Challenge/description.md +++ b/src/main/docs/7 - Working with Arrays/7.6 - Challenge/description.md @@ -1,6 +1,6 @@ # 7.6 - Challenge -Use the functions you just learned and the concatenation function `++` to work with the payload below so that the missing `dayOfWeek` field is included in each event and only events organized by Ross are shown. +Use the functions you just learned and the concatenation function `++` to work with the payload below so that the missing `day` field is included in each event and only events organized by Ross are shown. As an example, you can see how a `datetime` value is converted to a `LocalDateTime` and date decomposition used to obtain a day of the week from 1 to 7 and then mapped to the desired name.