docs: fix a minor doc error (#67)

Summary:
closes https://github.com/facebookincubator/ent/issues/64
Pull Request resolved: https://github.com/facebookincubator/ent/pull/67

Differential Revision: D17782362

Pulled By: alexsn

fbshipit-source-id: eba3e2beb6e3f4ee5fc848ef67c8547a969f7b1e
This commit is contained in:
Guilherme Oenning
2019-10-06 04:31:23 -07:00
committed by Facebook Github Bot
parent 766940563f
commit 54d0d7fe53

View File

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