From 9fb280e98303e099a0daafb57d8718c86510586a Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Mon, 6 Feb 2023 14:34:26 +0800 Subject: [PATCH] Typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f66821e..5fd70475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -100,8 +100,8 @@ impl TryGetable for XXX { } } ``` -* The `ActiveModelBehaviour` trait becomes async trait https://github.com/SeaQL/sea-orm/pull/1328. -If you overridden the default `ActiveModelBehaviour` implementation: +* The `ActiveModelBehavior` trait becomes async trait https://github.com/SeaQL/sea-orm/pull/1328. +If you overridden the default `ActiveModelBehavior` implementation: ```rust #[async_trait::async_trait] impl ActiveModelBehavior for ActiveModel {