Skip to content

Commit b29bb47

Browse files
committed
Minor fixup.
1 parent fb1015a commit b29bb47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Gotenberg.Sharp.Api.Client/GotenbergSharpClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ public virtual async Task<Stream> ConvertPdfDocumentsAsync(
271271
/// Sends a request to Gotenberg configured for asynchronous webhook processing. Returns immediately after
272272
/// Gotenberg accepts the request. Gotenberg will POST the generated PDF to the configured webhook URL.
273273
/// </summary>
274-
/// <typeparam name="TBuilder">The builder type.</typeparam>
275-
/// <typeparam name="TRequest">The request type.</typeparam>
274+
/// <typeparam name="TBuilder">The request type.</typeparam>
275+
/// <typeparam name="TRequest">The builder type.</typeparam>
276276
/// <param name="builder">The builder with webhook configuration.</param>
277277
/// <param name="cancelToken">Cancellation token for the async operation.</param>
278278
/// <returns>A task that completes when Gotenberg accepts the request (not when PDF is generated).</returns>

0 commit comments

Comments
 (0)