Skip to content

Commit

Permalink
fix api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Nov 28, 2024
1 parent 991ee18 commit 05f494a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/text_edit.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ ret_t text_edit_layout(text_edit_t* text_edit);
* @param {text_edit_t*} text_edit text_edit对象。
* @param {uint32_t} offset 插入的字符串偏移。
* @param {uint32_t} insert_length 插入的字符串长度。
* @param {wchar_t*} wtext 插入的字符串。
* @param {const wchar_t*} wtext 插入的字符串。
* @param {bool_t} overwrite 是否为覆写模式。
* @param {uint32_t} rm_num 移除的字符串长度。
*
Expand Down

0 comments on commit 05f494a

Please sign in to comment.