From a891708d4bdae7632b4926ecd26f1cba25126488 Mon Sep 17 00:00:00 2001 From: Xin Pan Date: Tue, 17 Jul 2018 10:04:40 +0800 Subject: [PATCH] polish design --- doc/fluid/design/ir/draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/design/ir/draft.md b/doc/fluid/design/ir/draft.md index f5148c5cbf..ac40c2efde 100644 --- a/doc/fluid/design/ir/draft.md +++ b/doc/fluid/design/ir/draft.md @@ -86,4 +86,4 @@ maintaining the original modeling logic. * Graph is transformed from raw model logic to a form that is efficient to execute. -Program->ProgramToGraph->Graph->Pass1->Graph->Pass2->Graph->Pass3->Executor +Program->ProgramToGraph->Graph->Pass1->Graph->Pass2->Graph->Pass3->Graph->Executor -- GitLab