Skip to content

Commit 9db5a2e

Browse files
committed
Fix verbiage
1 parent d59c480 commit 9db5a2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
## SDK Flow Control
99

1010
If the router being connected to supports it, the sdk can now manage flow control
11-
instead of delegating that to the router. This is mostly importing when running
11+
instead of delegating that to the router. This is mostly important when running
1212
multiple simultaneous circuits throught the SDK. When running multiple circuits,
1313
a slow circuit can get stalled at the router because of flow control back-pressure.
1414
This then back-pressures all circuits from the SDK to that router.
1515

16-
By moving the flow-control to the SDK, a slow circuit will not negatively other
17-
circuits to the same router. This is currently enabled in the `DialOptions`.
16+
By moving the flow-control to the SDK, a slow circuit will not negatively impact
17+
other circuits to the same router. This is currently enabled in the `DialOptions`.
1818

1919
```
2020
t := true

0 commit comments

Comments
 (0)