From 78be8621e07c40aea041e259c1fb91bfc044434b Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Wed, 19 Nov 2025 14:25:23 -0800 Subject: [PATCH] Fix typo (decodeQueuSize -> decodeQueueSize) In the "Codec Saturation" definition, there is a small typo. This PR fixes it. --- index.src.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.src.html b/index.src.html index 3da26074..984670cb 100644 --- a/index.src.html +++ b/index.src.html @@ -184,7 +184,7 @@ may be any value greater than 1, including infinity (no maximum). While saturated, additional calls to `decode()` or `encode()` will be buffered in the [=control message queue=], and will increment the respective - `decodeQueuSize` and `encodeQueueSize` attributes. The codec implementation + `decodeQueueSize` and `encodeQueueSize` attributes. The codec implementation will become unsaturated after making sufficient progress on the current workload.