Skip to content

Commit d46f89f

Browse files
Fix documentation reference to withBatch method
Update doc comment to use correct parameter label `withBatch(body:)` instead of `withBatch(_:)`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 56cdb76 commit d46f89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MCP/Client/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public actor Client {
343343
/// A batch of requests.
344344
///
345345
/// Objects of this type are passed as an argument to the closure
346-
/// of the ``Client/withBatch(_:)`` method.
346+
/// of the ``Client/withBatch(body:)`` method.
347347
public actor Batch {
348348
unowned let client: Client
349349
var requests: [AnyRequest] = []

0 commit comments

Comments
 (0)