Skip to content

Commit

Permalink
Merge pull request #2045 from icnocop/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
domaindrivendev authored Mar 6, 2021
2 parents e96bbb5 + a230223 commit a712296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public static void IncludeXmlComments(
/// <param name="swaggerGenOptions"></param>
/// <param name="subTypesResolver"></param>
/// <param name="discriminatorSelector"></param>
[Obsolete("You can use \"UseOneOfForPolymorphism\", \"UseAllOfForInheritance\" and \"DetectSubTypesUsing\" to configure equivalent behavior")]
[Obsolete("You can use \"UseOneOfForPolymorphism\", \"UseAllOfForInheritance\" and \"SelectSubTypesUsing\" to configure equivalent behavior")]
public static void GeneratePolymorphicSchemas(
this SwaggerGenOptions swaggerGenOptions,
Func<Type, IEnumerable<Type>> subTypesResolver = null,
Expand Down

0 comments on commit a712296

Please sign in to comment.