Updated Modifiers (markdown)

Vinícius Garcia 2022-12-11 18:07:24 -03:00
parent 056b99ed6e
commit cff5d181aa

@ -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