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