Skip to content

Commit fce4e59

Browse files
Fix doc comment
1 parent 6617c3c commit fce4e59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FSharp.AspNetCore.WebAppBuilder/WebAppBuilder.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ type WebAppBuilder internal (args : string array) =
331331
builder
332332

333333
/// <summary>
334-
/// Applies the given <paramref name="configureOptions"/> action to the options
335-
/// the specified type.
334+
/// Applies the given <paramref name="configureOptions"/> action to the registered options
335+
/// of the specified type.
336336
/// </summary>
337337
/// <param name="builder">The web application builder.</param>
338338
/// <param name="configureOptions">The action to apply to the options.</param>

0 commit comments

Comments
 (0)