Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Oct 30, 2023
1 parent 55e52b7 commit d2b2df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -1486,12 +1486,12 @@ The behaviour of the check can be inverted by setting the customparameter "mustI
}
```

The number of cycles during which we tolerate increasing (or not respectively) the number of entries can be set with the custom parameter `nbBadCyclesLimit`:
The number of cycles during which we tolerate increasing (or not respectively) the number of entries can be set with the custom parameter `nBadCyclesLimit`:
```
"extendedCheckParameters": {
"default": {
"default": {
"nbBadCyclesLimit": "3",
"nBadCyclesLimit": "3",
}
}
}
Expand Down

0 comments on commit d2b2df2

Please sign in to comment.