doc/features: fix incorrect type in example (#1321)

This commit is contained in:
Giau. Tran Minh
2021-03-10 19:12:48 +07:00
committed by GitHub
parent bc04816c38
commit 17608fffd4

View File

@@ -33,7 +33,7 @@ import (
func main() {
err := entc.Generate("./schema", &gen.Config{
Features: []*gen.Feature{
Features: []gen.Feature{
gen.FeaturePrivacy,
gen.FeatureEntQL,
},