Skip to content

Commit 70c72e2

Browse files
committed
Fix a typo.
1 parent db24220 commit 70c72e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# AlgorithmInterface.jl
22

3-
`AlgorithmInterface.jl` is a Julia package tp provide a common interface to run iterative tasks. **Algorith** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
3+
`IterativeAlgorithmsInterface.jl` is a Julia package tp provide a common interface to run iterative tasks. **Algorith** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
44

55
# Statement of need
66

7-
A first approach to algorithms is a simple for-loop for a maxiimum number of iterations.
7+
A first approach to algorithms is a simple for-loop for a maximum number of iterations.
88
Using an interface instead allows to both specify different criteria to stop easily, even in their combination.
99
Furthermore a generic interface allows to both “hok into” an algorithm easily as well as combining them.
1010

0 commit comments

Comments
 (0)