We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40765e commit 464882cCopy full SHA for 464882c
4 files changed
docs/src/interface.md
@@ -16,7 +16,7 @@ same moving pieces:
16
* immutable configuration (parameters and knobs of the chosen algorithm), and
17
* mutable working data (current iterate, caches, diagnostics) that evolves as you step.
18
19
-Bundling these together loosely—without forcing one giant monolithic type—makes it easier to:
+Bundling these together loosely without forcing one giant monolithic type makes it easier to:
20
21
* reason about what is allowed to change and what must remain fixed,
22
* write generic tooling (e.g. stopping logic, logging, benchmarking) that applies across many algorithms,
0 commit comments