mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
(doc): fixed small typo error
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/59 Differential Revision: D17760165 Pulled By: alexsn fbshipit-source-id: b1c362c136959ce25defeaf2410533a208c0a6eb
This commit is contained in:
committed by
Facebook Github Bot
parent
eb240579ca
commit
16fc85b785
@@ -3,7 +3,7 @@ id: schema-mixin
|
||||
title: Mixin
|
||||
---
|
||||
|
||||
A `Mixim` allows you to create reusable pieces of `ent.Schema` code.
|
||||
A `Mixin` allows you to create reusable pieces of `ent.Schema` code.
|
||||
|
||||
The `ent.Mixin` interface is as follows:
|
||||
|
||||
@@ -89,4 +89,4 @@ func (Pet) Fields() []ent.Field {
|
||||
field.Float("weight"),
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user