diff --git a/docs/developer_guides/chap06_root_coordinator.md b/docs/developer_guides/chap06_root_coordinator.md index 71ed87e693..ebf61c7440 100644 --- a/docs/developer_guides/chap06_root_coordinator.md +++ b/docs/developer_guides/chap06_root_coordinator.md @@ -424,7 +424,7 @@ type DropPartitionMsg struct { #### 6.3 Create Index automatically -`RC` would notify `IC(Index Coord)` to build index automatically when the segment has been flushed. +`RootCoord` would notify `IndexCoord(Index Coordinator)` to build index automatically when the segment has been flushed. #### 6.4 RootCoord Instance