Correction to TLFragmenter argument documentation
Argument is `holdFirstDeny`. Documentation references `holdFirstDenied`.
This commit is contained in:
committed by
GitHub
parent
9d055fdac6
commit
3a0d0aa004
@@ -178,7 +178,7 @@ transactions.
|
||||
- ``EarlyAck.PutFulls`` - acknowledge on first beat if PutFull, otherwise acknowledge on last beat.
|
||||
- ``EarlyAck.None`` - always acknowledge on last beat.
|
||||
|
||||
- ``holdFirstDenied: Boolean`` - (optional) Allow the Fragmenter to unsafely combine multibeat Gets by taking the first denied for the whole burst. (default: false)
|
||||
- ``holdFirstDeny: Boolean`` - (optional) Allow the Fragmenter to unsafely combine multibeat Gets by taking the first denied for the whole burst. (default: false)
|
||||
|
||||
**Example Usage:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user