[skip ci] Fix some grammar issues (#10334)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2021-10-21 11:04:50 +08:00 committed by GitHub
parent 8d852a027e
commit 9128e1b635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ information to `ExtraBytes`.
In addition, `ExtraBytes` was also designed to extend binlog. Then we can add new features to binlog file without
breaking the compatibility.
For example, we can store the memory size of original content(before encode) to `ExtraBytes`.
For example, we can store the memory size of original content(before encoding) to `ExtraBytes`.
The key in `ExtraBytes` is `original_size`. For now, `original_size` is required, not optional.
### 8.3 Type code