Skip to content

Commit afa7043

Browse files
committed
Small documentation fix on README.md
1 parent f311150 commit afa7043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The crate is optimized to use a `u64` to store the truth table when the number o
114114
When using `BooleanFunction` type, the crate will detect runtime whether to use `SmallBooleanFunction` (truth table stored as `u64`) or `BigBooleanFunction` (truth table stored as `BigUint`) depending on the number of variables.
115115

116116
If you already know that your function will have less than 6 variables, you can use the `SmallBooleanFunction` type directly.
117-
So that you can avoid using polymorphism, and the runtime check to the V-table.
117+
So that you can avoid runtime type detection.
118118

119119
### Disable safety checks
120120

0 commit comments

Comments
 (0)