Updated Modifiers (markdown)

Vinícius Garcia 2022-12-11 17:58:50 -03:00
parent 29b7994e9b
commit 310f35be76

@ -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 {