From cff5d181aad4e74ddd656517c96ea2b49ec1619e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 11 Dec 2022 18:07:24 -0300 Subject: [PATCH] Updated Modifiers (markdown) --- Modifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modifiers.md b/Modifiers.md index fb4ab0f..3d6fddf 100644 --- a/Modifiers.md +++ b/Modifiers.md @@ -41,7 +41,7 @@ A Modifier can therefore be used for: Modifiers improve on the `Valuer`/`Scanner` feature provided by the standard library in two ways: -1. They are not coupled to the type of the attribute, but to the attribute itself. +1. They are not coupled to the type of the attribute. 2. They are reusable: You create it once and you can use it in many attributes of many different types. ### List of Built-in Modifiers