瀏覽代碼

[Minor] Correct typo

tags/1.4.0
Alexander Moisseev 7 年之前
父節點
當前提交
b027e44072
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/lua/lua_util.c

+ 1
- 1
src/lua/lua_util.c 查看文件

@@ -357,7 +357,7 @@ LUA_FUNCTION_DEF (util, zstd_decompress);
* Normalize probabilities using polynom
*
* @param {number} prob probability param
* @param {number} bias number to subtract for making the final sollution
* @param {number} bias number to subtract for making the final solution
* @return {number} normalized number
*/
LUA_FUNCTION_DEF (util, normalize_prob);

Loading…
取消
儲存