Codebase list golang-github-vbauerster-mpb / 305383e
minor: comment fix Vladimir Bauer 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
263263 c: "c",
264264 }
265265
266 // UpdateBarPriority with lazy flat needs at least one refresh cycle to
266 // UpdateBarPriority with lazy flag needs at least one refresh cycle to
267267 // update order inside underlying binary heap
268268 p.UpdateBarPriority(c, 2, true)
269269 p.UpdateBarPriority(b, 3, true)