Browse Source

[Minor] Correct typo

tags/1.4.0
Alexander Moisseev 7 years ago
parent
commit
b027e44072
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lua/lua_util.c

+ 1
- 1
src/lua/lua_util.c View File

@@ -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…
Cancel
Save