Typo
This commit is contained in:
parent
f9caf9d6dd
commit
9fb280e983
@ -100,8 +100,8 @@ impl TryGetable for XXX {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
* The `ActiveModelBehaviour` trait becomes async trait https://github.com/SeaQL/sea-orm/pull/1328.
|
* The `ActiveModelBehavior` trait becomes async trait https://github.com/SeaQL/sea-orm/pull/1328.
|
||||||
If you overridden the default `ActiveModelBehaviour` implementation:
|
If you overridden the default `ActiveModelBehavior` implementation:
|
||||||
```rust
|
```rust
|
||||||
#[async_trait::async_trait]
|
#[async_trait::async_trait]
|
||||||
impl ActiveModelBehavior for ActiveModel {
|
impl ActiveModelBehavior for ActiveModel {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user