From ae8f2f028f37d5ab95c95b94d908099dd9e28a9e Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Fri, 24 Dec 2021 13:11:32 +0800 Subject: [PATCH] [skip e2e] Check the syntax of chap08_binlog md (#14123) Signed-off-by: min.tian --- docs/developer_guides/chap08_binlog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guides/chap08_binlog.md b/docs/developer_guides/chap08_binlog.md index 92fb5c3cdd..654739a604 100644 --- a/docs/developer_guides/chap08_binlog.md +++ b/docs/developer_guides/chap08_binlog.md @@ -8,7 +8,7 @@ Schema column records the DDL of the collection. ## Event format -Binlog file consists of 4 bytes magic number and a series of events. The first event must be descriptor event. +Binlog file consists of 4 bytes magic number and a series of events. The first event must be a descriptor event. ### 8.1 Event format