From f8745ed9450d8ab6532fa6c9fe6b89c6f34626c6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 20 Apr 2021 10:06:00 +0200 Subject: [PATCH] Improve wording in fourth part of tutorial series MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Düsterhus --- docs/tutorial/series/part_4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/series/part_4.md b/docs/tutorial/series/part_4.md index 9e80a5e7..31fb74ac 100644 --- a/docs/tutorial/series/part_4.md +++ b/docs/tutorial/series/part_4.md @@ -4,7 +4,7 @@ In this part of our tutorial series, we add support for creating boxes listing p ## Package Functionality -In addition to the existing functions from [part 3](part_3.md), the package will provide the following possibilities/functions after this part of the tutorial: +In addition to the existing functions from [part 3](part_3.md), the package will provide the following functionality after this part of the tutorial: - Creating boxes dynamically listing people - Filtering the people listed in boxes using conditions @@ -127,4 +127,4 @@ Next, we register the specific conditions for filtering by the first and last na 1. `$description` (optional), `$fieldName`, and `$label` are used in the output of the form field. (The implementation here is specific for `AbstractObjectTextPropertyCondition`. -The `wcf\system\condition` namespace also contains several other default condition implementations.) \ No newline at end of file +The `wcf\system\condition` namespace also contains several other default condition implementations.) -- 2.20.1