We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6617c3c commit fce4e59Copy full SHA for fce4e59
1 file changed
FSharp.AspNetCore.WebAppBuilder/WebAppBuilder.fs
@@ -331,8 +331,8 @@ type WebAppBuilder internal (args : string array) =
331
builder
332
333
/// <summary>
334
- /// Applies the given <paramref name="configureOptions"/> action to the options
335
- /// the specified type.
+ /// Applies the given <paramref name="configureOptions"/> action to the registered options
+ /// of the specified type.
336
/// </summary>
337
/// <param name="builder">The web application builder.</param>
338
/// <param name="configureOptions">The action to apply to the options.</param>
0 commit comments