Skip to content

Commit

Permalink
Merge pull request #41 from XiaoXinYo/patch-1
Browse files Browse the repository at this point in the history
函数注释修改:string改为number
  • Loading branch information
chenbimo authored Jul 31, 2024
2 parents 1055a55 + 5d5c31c commit c0c36e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yd_array_paging.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @author XiaoXinYo
* @category 数组
* @param {Array} array 数组
* @param {String} page_size 每页数量
* @param {number} page_size 每页数量
* @returns {Array} 返回已分好的数组
*/
export const yd_array_paging = (array, page_size) => {
Expand Down

0 comments on commit c0c36e7

Please sign in to comment.