Skip to content

Commit

Permalink
Fix a link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Apr 9, 2024
1 parent a358041 commit 48c8086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dcf.eval(false, &k, &[&x], &mut [&mut y]);
For full domain evaluation, use `full_eval` instead.
While similar to `eval`, `full_eval` does not accept a vector of `x`, and instead expect a vector of `y` whose length is `2 ** (N * 8)` to store all evaluated `y`.

More examples are available as benchmarks in the [benches dir][./benches]
More examples are available as benchmarks in the [benches dir](./benches)

## References

Expand Down

0 comments on commit 48c8086

Please sign in to comment.