Skip to content

Commit beeb795

Browse files
committed
fix: 避免 comment 警告
1 parent f5f91ac commit beeb795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RyanJson/RyanJson.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ RyanJson_t RyanJsonDuplicate(RyanJson_t pJson)
256256
* @param text 可写缓冲区
257257
* @param textLen 缓冲区可写长度
258258
* @return uint32_t 压缩后字符数(不含终止符)
259-
* @note 支持移除 `//` 与 `/* ... * /` 形式的注释(非标准 JSON)。
259+
* @note 支持移除 `//` 与 `/ * ... * /` 形式的注释(非标准 JSON)。
260260
* @note 仅当返回值小于 textLen 时写入 '\0'。
261261
* @note 若缓冲区中存在 '\0',会在该处提前停止处理。
262262
*/

0 commit comments

Comments
 (0)