From ce5c596b11064039291da9fa64095e91e057d77d Mon Sep 17 00:00:00 2001 From: BoDing Date: Sat, 3 Sep 2022 21:10:48 +0800 Subject: [PATCH] docs: fix docs build error --- docs/en/09-data-out/_sub_cs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/09-data-out/_sub_cs.mdx b/docs/en/09-data-out/_sub_cs.mdx index a09e91422b..694970e7eb 100644 --- a/docs/en/09-data-out/_sub_cs.mdx +++ b/docs/en/09-data-out/_sub_cs.mdx @@ -1,3 +1,3 @@ ```csharp -{{#include docs/examples/csharp/native-example/SubscribeDemo.cs}} +// {{#include docs/examples/csharp/SubscribeDemo.cs}} ``` \ No newline at end of file -- GitLab