From 2678336082d4e3c2c35acd156d8301c71c254c5b Mon Sep 17 00:00:00 2001 From: Glen Date: Tue, 12 Nov 2024 09:00:25 +0200 Subject: [PATCH] Fixed duplicated documentation text (#7707) --- .../docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md b/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md index 2881e8db11f..9f1fd82d025 100644 --- a/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md +++ b/website/src/docs/hotchocolate/v14/migrating/migrate-from-13-to-14.md @@ -152,9 +152,9 @@ We have also simplified what the builder does and removed a lot of the convenien The interface `IQueryResultBuilder` and its implementations were replaced with `OperationResultBuilder` which produces an `OperationResult` on `Build()`. -### IQueryResult replaced by OperationResult +### IQueryResult replaced by IOperationResult -The interface `IQueryResultBuilder` and its implementations were replaced with `OperationResultBuilder` which produces an `OperationResult` on `Build()`. +The interface `IQueryResult` was replaced with `IOperationResult`. ## Operation complexity analyzer replaced