Skip to content

Commit

Permalink
Change a comment on NonNullableReferenceTypesAsRequired
Browse files Browse the repository at this point in the history
The new comment true to what is actually done when setting this option.
  • Loading branch information
AntiGuideAkquinet committed Apr 17, 2024
1 parent 9034cc0 commit 767bc7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public static void SupportNonNullableReferenceTypes(this SwaggerGenOptions swagg
}

/// <summary>
/// Enable detection of non nullable reference types to set Required flag accordingly on schema properties
/// Enable detection of non nullable reference types to mark the member as required in schema properties
/// </summary>
/// <param name="swaggerGenOptions"></param>
public static void NonNullableReferenceTypesAsRequired(this SwaggerGenOptions swaggerGenOptions)
Expand Down

0 comments on commit 767bc7f

Please sign in to comment.