Skip to content

Commit ee90f8f

Browse files
committed
🎨
1 parent 016681d commit ee90f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default {
3838
/**
3939
* 处理文本(分割文本和链接)
4040
* @param {string} str
41-
* @return {array}}
41+
* @return {array}
4242
*/
4343
splitContentToArray(str) {
4444
if (typeof str !== 'string') {

0 commit comments

Comments
 (0)