Skip to content

Commit 4be8cc7

Browse files
committed
Remove comment about parameter in docs
1 parent 4b478d7 commit 4be8cc7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/about/CONTRIBUTING.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ other git branches will let you use/test whatever there is.
4242

4343
## Adding or modifying iterative methods
4444

45-
Each iterative method method must log information using the inner `ConvergenceHistory`
46-
type. When information is not necessary to be stored (plot is set to `false`) then
47-
instead of `ConvergenceHistory` create a `DummyHistory`, this type has the same
48-
calls `ConvergenceHistory` does but without storing anything.
45+
Each iterative method method must log information using the inner `ConvergenceHistory` type.
4946

5047
There are two types of `ConvergenceHistory`: plain and restarted. The only real
5148
difference between the two is how they are plotted and how the number of restarts

0 commit comments

Comments
 (0)