From 1635776e0a4e2c63fdebccb680aec9056788927c Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 28 Apr 2022 17:21:46 +0800 Subject: [PATCH] docs: add anchor to example code --- docs-cn/04-develop/04-query-data/_c_async.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-cn/04-develop/04-query-data/_c_async.mdx b/docs-cn/04-develop/04-query-data/_c_async.mdx index ffdd53306b..09f3d3b3ff 100644 --- a/docs-cn/04-develop/04-query-data/_c_async.mdx +++ b/docs-cn/04-develop/04-query-data/_c_async.mdx @@ -1,3 +1,3 @@ ```c -{{#include docs-examples/c/async_query_example.c}} +{{#include docs-examples/c/async_query_example.c:demo}} ``` \ No newline at end of file -- GitLab