Merge pull request #6067 from taosdata/docs/Update-Latest-Feature

[TD-2639] <docs>: fix typo about "taos_open_stream".
This commit is contained in:
Elias Soong 2021-05-10 13:53:48 +08:00 committed by GitHub
commit 54d3ae2696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ TDengine提供时间驱动的实时流式计算API。可以每隔一指定的时
* param是应用提供的用于回调的一个参数回调时提供给应用
* callback: 第二个回调函数,会在连续查询自动停止时被调用。
返回值为NULL表示创建成功,返回值不为空,表示成功。
返回值为NULL表示创建失败;返回值不为空,表示成功。
- `void taos_close_stream (TAOS_STREAM *tstr)`