Skip to content

Commit 6326d3c

Browse files
author
ArnaudSpanneut
committed
fix(doc): Fix code documentation
1 parent e9d1c0f commit 6326d3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

angular-sql-query.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@
321321
/**
322322
* Make an SQLite by request batch of datas
323323
*
324-
* @param {Object} queries - An array containing the request and the params
324+
* @param {Array} queries - An array containing the request and the params
325325
* of the batches
326-
* {String} queries.query - Query to execute
327-
* {Array} queries.params - Query params
326+
* {String} []queries.query - Query to execute
327+
* {Array} []queries.params - Query params
328328
* @return {Promise} - Request result
329329
* @this SqlQueryService
330330
*/

src/angular-sql-query.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,10 @@
332332
/**
333333
* Make an SQLite by request batch of datas
334334
*
335-
* @param {Object} queries - An array containing the request and the params
335+
* @param {Array} queries - An array containing the request and the params
336336
* of the batches
337-
* {String} queries.query - Query to execute
338-
* {Array} queries.params - Query params
337+
* {String} []queries.query - Query to execute
338+
* {Array} []queries.params - Query params
339339
* @return {Promise} - Request result
340340
* @this SqlQueryService
341341
*/

0 commit comments

Comments
 (0)