Skip to content

Commit

Permalink
Fixed duplicated documentation text (#7707)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Nov 12, 2024
1 parent 2cddf9d commit 2678336
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2678336

Please sign in to comment.