From 310f35be76f748514f37e514175d74b81008477a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Garcia?= Date: Sun, 11 Dec 2022 17:58:50 -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 135b4fb..bfe920c 100644 --- a/Modifiers.md +++ b/Modifiers.md @@ -9,7 +9,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. -Here is an example of how a `User` struct might look like when using some of these modifiers: +Here is an example of how a `User` struct might look like when using some of the built-in modifiers: ```golang type User struct {