Skip to content

Commit 726f177

Browse files
Update configuration.md
1 parent f1ea943 commit 726f177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The SMT solver used when doing symbolic execution. Valid values are: "cvc5", "z3
413413
| ---- | ------- | ------------ |
414414
| Int | `10` | 2.2.8+ |
415415

416-
Number of states in base 2 (e.g. `2 ** 10`) that we may explore using symbolic execution. Only relevant if
416+
Number of states in exponents of 2 (i.e. 2^10 states) that we may explore using symbolic execution. Only relevant if
417417
`symExec` is true.
418418

419419
### `symExecMaxIters`

0 commit comments

Comments
 (0)