diff options
Diffstat (limited to 'ts/ngx_stream_js_module.d.ts')
-rw-r--r-- | ts/ngx_stream_js_module.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ts/ngx_stream_js_module.d.ts b/ts/ngx_stream_js_module.d.ts index 58c4d908..c78d008b 100644 --- a/ts/ngx_stream_js_module.d.ts +++ b/ts/ngx_stream_js_module.d.ts @@ -200,7 +200,7 @@ interface NginxStreamRequest { /** * nginx variables as strings. * - * **Warning:** Bytes invalid in UTF-8 encoding may be converted into the replacement character. + * After 0.8.5 bytes invalid in UTF-8 encoding are converted into the replacement characters. * * @see rawVariables */ |