Skip to content

Commit e8b795c

Browse files
committed
Fix a typo
1 parent 4f3d481 commit e8b795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cg.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ cg(A, b; kwargs...) = cg!(zerox(A, b), A, b; initially_zero = true, kwargs...)
185185
is approximately the residual in the `k`th iteration.
186186
!!! note
187187
The true residual norm is never explicitly computed during the iterations
188-
for performance reasons; it may have accumulate rounding errors.
188+
for performance reasons; it may accumulate rounding errors.
189189
- `maxiter::Int = size(A,2)`: maximum number of iterations;
190190
- `verbose::Bool = false`: print method information;
191191
- `log::Bool = false`: keep track of the residual norm in each iteration.

0 commit comments

Comments
 (0)