[skip e2e]Fix a grammar issue (#14311)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/14347/head
yanliang567 2021-12-27 17:54:37 +08:00 committed by GitHub
parent ec09605067
commit bb44cb5865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ update: 6.21.2021, by [Goose](https://github.com/XuanYang-cn)
## What's DataNode?
DataNode processes insert data and persist insert data into storage.
DataNode processes insert data and persists insert data into storage.
DataNode is based on flowgraph; each flowgraph cares about only one vchannel. There are data definition language (DDL) messages, data manipulation language (DML)
messages, and timetick messages inside one vchannel, FIFO log stream.