From 54d0d7fe530b0de405ace22f887719f3fcd847b2 Mon Sep 17 00:00:00 2001 From: Guilherme Oenning Date: Sun, 6 Oct 2019 04:31:23 -0700 Subject: [PATCH] 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 --- doc/md/schema-mixin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}