Skip to content

Commit 41d02a1

Browse files
committed
Updated comment.
1 parent 440ad15 commit 41d02a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/av.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7504,11 +7504,11 @@
75047504

75057505
/**
75067506
* Retrieves a list of AVObjects that satisfy the CQL.
7507-
* CQL syntax please see https://cn.avoscloud.com/docs/cql_guide.html
7507+
* CQL syntax please see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
75087508
* Either options.success or options.error is called when the find
75097509
* completes.
75107510
*
7511-
* @param {String} cql, A CQL string, see https://cn.avoscloud.com/docs/cql_guide.html
7511+
* @param {String} cql, A CQL string, see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
75127512
* @return {AV.Promise} A promise that is resolved with the results when
75137513
* the query completes.
75147514
*/

lib/av_merged.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7325,11 +7325,11 @@
73257325

73267326
/**
73277327
* Retrieves a list of AVObjects that satisfy the CQL.
7328-
* CQL syntax please see https://cn.avoscloud.com/docs/cql_guide.html
7328+
* CQL syntax please see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
73297329
* Either options.success or options.error is called when the find
73307330
* completes.
73317331
*
7332-
* @param {String} cql, A CQL string, see https://cn.avoscloud.com/docs/cql_guide.html
7332+
* @param {String} cql, A CQL string, see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
73337333
* @return {AV.Promise} A promise that is resolved with the results when
73347334
* the query completes.
73357335
*/

0 commit comments

Comments
 (0)