Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icnocop authored Mar 3, 2021
1 parent bf57514 commit a230223
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 a230223

Please sign in to comment.