From 47b9b229ba09d767e35996535dd47274875465ce Mon Sep 17 00:00:00 2001 From: Jennifer Stubbs <52942431+jas58@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:27:22 -0500 Subject: [PATCH] last comma into pipe last sentence after final value....uniques....join code box, just before key points --- episodes/11-using-arrays-transformations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/11-using-arrays-transformations.md b/episodes/11-using-arrays-transformations.md index 746eb3a4..77b7a116 100644 --- a/episodes/11-using-arrays-transformations.md +++ b/episodes/11-using-arrays-transformations.md @@ -98,7 +98,7 @@ You can also join arrays together to make a 'String'. The GREL expression would value.split("|").uniques().join("|") ``` -Taking the same example again, this would result in a string with the subjects in alphabetical order, listed with commas between each subject. +Taking the same example again, this would result in a string with the subjects in alphabetical order, listed with pipes between each subject. ::::::::::::::::::::::::::::::::::::::: instructor