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 {