Correction to TLFragmenter argument documentation

Argument is `holdFirstDeny`. Documentation references `holdFirstDenied`.
This commit is contained in:
Michael Etzkorn 明凯
2021-09-09 12:39:58 -05:00
committed by GitHub
parent 9d055fdac6
commit 3a0d0aa004

View File

@@ -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:**