From b3d913a1d56459b0585fc45c4e7196cc0269237b Mon Sep 17 00:00:00 2001 From: Zhenhui Xie Date: Fri, 29 Apr 2022 19:12:40 +0800 Subject: [PATCH] docs: Fix typo in nullability operators section --- guide_drafts/migration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide_drafts/migration_guide.md b/guide_drafts/migration_guide.md index 2e9be036c14a..24418630c1ff 100644 --- a/guide_drafts/migration_guide.md +++ b/guide_drafts/migration_guide.md @@ -114,7 +114,7 @@ of `BoxableExpression` as it may change the resulting sql type there. As a possi there we recommend to use one of the following functions: * `NullableExpressionMethods::nullable()` -* `NullableExpressionMethods::assume_not_nullable()` +* `NullableExpressionMethods::assume_not_null()` ## Changed nullability of array elements