Updated Modifiers (markdown)

Vinícius Garcia 2022-12-11 18:04:11 -03:00
parent 184d0989f8
commit 056b99ed6e

@ -24,9 +24,9 @@ type User struct {
}
```
> Please note that each attribute can only accept a *single* modifier.
> Please note that each attribute can only accept **one and only one** modifier at most.
> So where I use `timeNowUTC/skipUpdates` in the example above I am not using
> a special syntax, it is just the fullname of the modifier.
> a special syntax, it is just the full name of the modifier.
>
> It is a long name, but the idea is to make it as descriptive as possible
> for avoiding interpretation errors.