Skip to content

Commit

Permalink
Merge pull request #2981 from moisseev/patch-3
Browse files Browse the repository at this point in the history
[Minor] Fix misprint
  • Loading branch information
vstakhov committed Jul 16, 2019
2 parents 217b238 + dd6a6e1 commit 338dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/neural.lua
Expand Up @@ -433,7 +433,7 @@ local function ann_push_task_result(rule, task, verdict, score, set)
rule.prefix, set.name, _err)
else
lua_util.debugm(N, task,
"add train data for ANN rule" ..
"add train data for ANN rule " ..
"%s:%s, save %s vector of %s elts in %s key; %s bytes compressed",
rule.prefix, set.name, learn_type, #vec, target_key, #str)
end
Expand Down

0 comments on commit 338dac6

Please sign in to comment.