diff --git a/Modifiers.md b/Modifiers.md index 6ac77e0..bf1128e 100644 --- a/Modifiers.md +++ b/Modifiers.md @@ -7,6 +7,7 @@ A KSQL modifier is a special tag you can add to any of the attributes of your st ``` KSQL comes with a few built-in Modifiers and an API for creating your own modifiers if necessary. +These will be discussed in more detail in the next sections. Applying a Modifier to a struct attribute will cause KSQL to use this modifier when Inserting, Updating and Querying that field.