From: Matthias Schmidt Date: Tue, 20 Apr 2021 08:06:00 +0000 (+0200) Subject: Improve wording in fourth part of tutorial series X-Git-Tag: 5.6.final~266^2 X-Git-Url: https://git.stricted.de/?p=GitHub%2FWoltLab%2Fwoltlab.github.io.git;a=commitdiff_plain;h=f8745ed9450d8ab6532fa6c9fe6b89c6f34626c6 Improve wording in fourth part of tutorial series Co-authored-by: Tim Düsterhus --- 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.)