From 11eb21a68f9035bcc5174670ccb131eeb46edba4 Mon Sep 17 00:00:00 2001 From: StoneT2000 Date: Thu, 1 Aug 2019 22:32:21 +0800 Subject: [PATCH] Fixed typos - Web docs sync test 1 --- documentation/webdocs/markdowndocs/Connector.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/webdocs/markdowndocs/Connector.md b/documentation/webdocs/markdowndocs/Connector.md index 91ac6e58c7..1b1b3d5b19 100644 --- a/documentation/webdocs/markdowndocs/Connector.md +++ b/documentation/webdocs/markdowndocs/Connector.md @@ -148,7 +148,7 @@ For the time being, TDengine supports subscription on one table. It is implement The API used to get the number of fields in a row. -- `TAOS_FIELD *taos_fetch_subfields(TAOS_RES *res)` +- `TAOS_FIELD *taos_fetch_subfields(TAOS_SUB *tsub)` The API used to get the description of each column. ## Java Connector -- GitLab