Skip to content

Commit 464882c

Browse files
committed
write logging docs
1 parent c40765e commit 464882c

4 files changed

Lines changed: 424 additions & 114 deletions

File tree

docs/src/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ same moving pieces:
1616
* immutable configuration (parameters and knobs of the chosen algorithm), and
1717
* mutable working data (current iterate, caches, diagnostics) that evolves as you step.
1818

19-
Bundling these together looselywithout forcing one giant monolithic typemakes it easier to:
19+
Bundling these together loosely without forcing one giant monolithic type makes it easier to:
2020

2121
* reason about what is allowed to change and what must remain fixed,
2222
* write generic tooling (e.g. stopping logic, logging, benchmarking) that applies across many algorithms,

0 commit comments

Comments
 (0)