Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Signed-off-by: neoz666 <[email protected]>
  • Loading branch information
NeoZ666 committed Sep 16, 2024
1 parent 5c20c82 commit d60585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ fn bnb(

// Decrement of bnb_tries for every iteration
*bnb_tries -= 1;
/// Capping the number of iterations on the computation
// Capping the number of iterations on the computation
if *bnb_tries == 0 || depth >= inputs_in_desc_value.len() {
return None;
}
Expand Down

0 comments on commit d60585e

Please sign in to comment.