From 6b02081dd4cbb428d2202c08c43566a012551b7c Mon Sep 17 00:00:00 2001 From: curer Date: Thu, 12 Dec 2019 15:27:00 +0800 Subject: [PATCH] fix typo --- mediapipe/docs/hello_world_ios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/docs/hello_world_ios.md b/mediapipe/docs/hello_world_ios.md index 76cc8afb3..b6fe3ba10 100644 --- a/mediapipe/docs/hello_world_ios.md +++ b/mediapipe/docs/hello_world_ios.md @@ -44,7 +44,7 @@ node: { output_stream: "luma_video" } -# Applies the Sobel filter to luminance images sotred in RGB format. +# Applies the Sobel filter to luminance images stored in RGB format. node: { calculator: "SobelEdgesCalculator" input_stream: "luma_video"