Skip to content

Commit dc11beb

Browse files
committed
Fix comment formatting
1 parent c281032 commit dc11beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JSInterop/Microsoft.JSInterop/src/JSInProcessRuntime.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public IJSInProcessObjectReference InvokeNew(string identifier, params object?[]
8383
/// <summary>
8484
/// Performs a synchronous function invocation with the call type <see cref="JSCallType.FunctionCall"/>.
8585
/// For more configuration options, use the overload <see cref="InvokeJS(in JSInvocationInfo)" />.
86+
/// </summary>
8687
/// <param name="identifier">The identifier for the function to invoke.</param>
8788
/// <param name="argsJson">A JSON representation of the arguments.</param>
8889
/// <param name="resultType">The type of result expected from the invocation.</param>

0 commit comments

Comments
 (0)