Fixed typos - Web docs sync test 1

This commit is contained in:
StoneT2000 2019-08-01 22:32:21 +08:00
parent 34852ab100
commit 11eb21a68f
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. The API used to get the description of each column.
## Java Connector ## Java Connector