Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZ666 committed Sep 10, 2024
1 parent c79b715 commit 90a1ecb
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 @@ -194,7 +194,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 90a1ecb

Please sign in to comment.