Skip to content

Commit e7b951e

Browse files
committed
removal trailing whitespace
Signed-off-by: leohoare <[email protected]>
1 parent 21ce38e commit e7b951e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ async def some_endpoint():
317317
return create_response()
318318
```
319319

320-
### Asynchronous Feature Retrieval
320+
### Asynchronous Feature Retrieval
321321

322-
The OpenFeature API supports asynchronous calls, enabling non-blocking feature evaluations for improved performance, especially useful in concurrent or latency-sensitive scenarios. If a provider *hasn't* implemented asynchronous calls, the client can still be used asynchronously, but calls will be blocking (synchronous).
322+
The OpenFeature API supports asynchronous calls, enabling non-blocking feature evaluations for improved performance, especially useful in concurrent or latency-sensitive scenarios. If a provider *hasn't* implemented asynchronous calls, the client can still be used asynchronously, but calls will be blocking (synchronous).
323323

324324
```python
325325
import asyncio

0 commit comments

Comments
 (0)