Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
npavlyk82 committed Jun 27, 2024
1 parent bb3af24 commit 87cd6a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static class ObjectFieldDescriptorExtensions
.Type<TranslatedResourceType<T>>();
}

return AddTranslateDirective<T>(fieldDescriptor, resourceSource);;
return AddTranslateDirective<T>(fieldDescriptor, resourceSource);
}

public static IInterfaceFieldDescriptor Translate<T>(
Expand Down

0 comments on commit 87cd6a0

Please sign in to comment.