aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrotli <no-reply@google.com>2023-01-16 18:04:35 +0000
committerEvgenii Kliuchnikov <eustas.ru@gmail.com>2023-01-17 13:51:00 +0000
commit36533a866ed1ca4b75cf049f4521e4ec5fe24727 (patch)
tree8ee92b5b4ad5e16c0661e9dcf25ba49012c1dc7a /docs
parent71fe6cac061ac62c0241f410fbd43a04a6b4f303 (diff)
downloadbrotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.zip
brotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.tar.gz
brotli-36533a866ed1ca4b75cf049f4521e4ec5fe24727.tar.bz2
Internal change
PiperOrigin-RevId: 502401179
Diffstat (limited to 'docs')
-rw-r--r--docs/encode.h.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/encode.h.3 b/docs/encode.h.3
index e31b6b4..f3430fa 100644
--- a/docs/encode.h.3
+++ b/docs/encode.h.3
@@ -587,7 +587,7 @@ invalid values might be accepted in case they would not break encoding process\&
.PP
Acquires pointer to internal output buffer\&. This method is used to make language bindings easier and more efficient:
.IP "1." 4
-push data to \fBBrotliEncoderCompressStream\fP, until \fBBrotliEncoderHasMoreOutput\fP returns BROTL_TRUE
+push data to \fBBrotliEncoderCompressStream\fP, until \fBBrotliEncoderHasMoreOutput\fP returns BROTLI_TRUE
.IP "2." 4
use \fBBrotliEncoderTakeOutput\fP to peek bytes and copy to language-specific entity
.PP