Skip to content

Commit c18fa0e

Browse files
committed
Removes AI slop
1 parent e7a678a commit c18fa0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

API_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The asynchronous version of ReplicatedClient with identical API but requiring `a
7878

7979
#### Constructor
8080

81-
Same parameters as `ReplicatedClient`, including the optional `state_directory`.
81+
Same parameters as `ReplicatedClient`
8282

8383
#### Context Manager
8484

@@ -230,4 +230,4 @@ async with AsyncReplicatedClient(...) as client:
230230

231231
## Thread Safety
232232

233-
The synchronous client creates a new HTTP client per request and is thread-safe. For high-concurrency applications, consider using the async client with a single event loop.
233+
The synchronous client creates a new HTTP client per request and is thread-safe. For high-concurrency applications, consider using the async client with a single event loop.

0 commit comments

Comments
 (0)