docs: Fix typo in JSON writer documentation (#5881)

Co-authored-by: Bart Thomee <11445373+bthomee@users.noreply.github.com>
This commit is contained in:
zingero
2025-10-14 22:10:19 +03:00
committed by Bronek Kozicki
parent 9907fa07a9
commit adad20b862

View File

@@ -46,7 +46,7 @@ public:
* without formatting (not human friendly). * without formatting (not human friendly).
* *
* The JSON document is written in a single line. It is not intended for 'human' * The JSON document is written in a single line. It is not intended for 'human'
* consumption, but may be useful to support feature such as RPC where bandwith * consumption, but may be useful to support feature such as RPC where bandwidth
* is limited. \sa Reader, Value * is limited. \sa Reader, Value
*/ */