Skip to content

Commit ea18090

Browse files
committed
Update SwaggerToCSharpClientGeneratorSettings.cs
1 parent 86ec05b commit ea18090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NSwag.CodeGeneration/CodeGenerators/CSharp/SwaggerToCSharpClientGeneratorSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public SwaggerToCSharpClientGeneratorSettings()
2020
/// <summary>Gets or sets the full name of the base class.</summary>
2121
public string ClientBaseClass { get; set; }
2222

23-
/// <summary>Gets or sets a value indicating whether to call CreateHttpClientAsync on the base class to create a new HttpClient.</summary>
23+
/// <summary>Gets or sets a value indicating whether to call CreateHttpClientAsync on the base class to create a new HttpClient instance.</summary>
2424
public bool UseHttpClientCreationMethod { get; set; }
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)