From 6fafcf53dc9e557439b25debaeadfd224b245a66 Mon Sep 17 00:00:00 2001 From: Liu Bowen Date: Tue, 22 Jun 2021 02:07:01 +0800 Subject: [PATCH] fix(doc): correct broken image link (#6448) --- docs_app/content/guide/operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_app/content/guide/operators.md b/docs_app/content/guide/operators.md index 3e85cd0bf3..de5ef45a0e 100644 --- a/docs_app/content/guide/operators.md +++ b/docs_app/content/guide/operators.md @@ -105,7 +105,7 @@ To explain how operators work, textual descriptions are often not enough. Many o Below you can see the anatomy of a marble diagram. - + Throughout this documentation site, we extensively use marble diagrams to explain how operators work. They may be really useful in other contexts too, like on a whiteboard or even in our unit tests (as ASCII diagrams).