From 8f89397006a869b91bee7fa6bdfcb2f27a0ef216 Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Wed, 2 Sep 2020 17:51:37 +0900 Subject: [PATCH] Fix typo in graphs.md. --- docs/framework_concepts/graphs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework_concepts/graphs.md b/docs/framework_concepts/graphs.md index 83f95e5bb..22d1c842d 100644 --- a/docs/framework_concepts/graphs.md +++ b/docs/framework_concepts/graphs.md @@ -83,12 +83,12 @@ Below is an example of how to create a subgraph named `TwoPassThroughSubgraph`. output_stream: "out3" node { - calculator: "PassThroughculator" + calculator: "PassThroughCalculator" input_stream: "out1" output_stream: "out2" } node { - calculator: "PassThroughculator" + calculator: "PassThroughCalculator" input_stream: "out2" output_stream: "out3" }