From 2c3a88db8e2a3c3cd09a351e09f998deb119a270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 4 Dec 2022 17:44:11 -0300 Subject: [PATCH] Updated Modifiers (markdown) --- Modifiers.md | 1 + 1 file changed, 1 insertion(+) 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.