diff --git a/media/book/src/using_argmin.md b/media/book/src/using_argmin.md index a28a94556..86faacdaa 100644 --- a/media/book/src/using_argmin.md +++ b/media/book/src/using_argmin.md @@ -32,7 +32,7 @@ argmin offers a number of features which can be enabled or disabled depending on ### Optional -- `ctrl`: This feature uses the `ctrlc` crate to properly stop the optimization (and return the current best result) after pressing `Ctrl+C` during an optimization run. +- `ctrlc`: This feature uses the `ctrlc` crate to properly stop the optimization (and return the current best result) after pressing `Ctrl+C` during an optimization run. - `rayon`: This feature adds `rayon` as a depenceny and allows for parallel computation of cost functions, operators, gradients, Jacobians and Hessians. Note that only solvers that operate on multiple parameter vectors per iteration benefit from this feature (e.g. Particle Swarm Optimization). - `full`: Enables all default and optional features.