Skip to content

Commit fa5c1d3

Browse files
committed
chore: typo fix
Signed-off-by: Vincent Biret <[email protected]>
1 parent 618e727 commit fa5c1d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.OpenApi.OData.Reader/Edm/ODataPathProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,16 +1055,16 @@ private void AppendBoundOperationOnDerived(
10551055
{
10561056
foreach (var ns in baseNavigationSource)
10571057
{
1058-
if (ns is not IEdmVocabularyAnnotatable nsAnnotable ||
1058+
if (ns is not IEdmVocabularyAnnotatable nsAnnotatable ||
10591059
HasUnsatisfiedDerivedTypeConstraint(
1060-
nsAnnotable,
1060+
nsAnnotatable,
10611061
baseType,
10621062
convertSettings))
10631063
{
10641064
continue;
10651065
}
10661066

1067-
if (_model is null || !EdmModelHelper.IsOperationAllowed(_model, edmOperation, nsAnnotable))
1067+
if (_model is null || !EdmModelHelper.IsOperationAllowed(_model, edmOperation, nsAnnotatable))
10681068
{
10691069
continue;
10701070
}

0 commit comments

Comments
 (0)