all: fix typos (#2301)

This commit is contained in:
Zhizhen He
2022-01-29 16:30:31 +08:00
committed by GitHub
parent c7e544c959
commit 9da36e461f
9 changed files with 16 additions and 87 deletions

View File

@@ -7,7 +7,7 @@ package edge
import "entgo.io/ent/schema"
// Annotation is a builtin schema annotation for
// configuring the edges behavior in codegen.
// configuring the edges' behavior in codegen.
type Annotation struct {
// The StructTag option allows overriding the struct-tag
// of the `Edges` field in the generated entity. For example: