diff --git a/doc/md/schema-mixin.md b/doc/md/schema-mixin.md index 1ebd5648f..439208aa9 100755 --- a/doc/md/schema-mixin.md +++ b/doc/md/schema-mixin.md @@ -36,7 +36,7 @@ func (TimeMixin) Fields() []ent.Field { } } -// TimeMixin implements the ent.Mixin for sharing +// DetailsMixin implements the ent.Mixin for sharing // entity details fields with package schemas. type DetailsMixin struct{}