Skip to content

Commit 47cba39

Browse files
authored
Quick grammar fix (#86)
1 parent cda88dc commit 47cba39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ constructor described above.
247247
`AbstractMatrix` will automatically be converted to a `WrappedMap` when it is
248248
combined with other `AbstractLinearMap` objects via linear combination or
249249
composition (multiplication). Note that `WrappedMap(mat1)*WrappedMap(mat2)`
250-
will never evaluate `mat1*mat2`, since this is more costly then evaluating
250+
will never evaluate `mat1*mat2`, since this is more costly than evaluating
251251
`mat1*(mat2*x)` and the latter is the only operation that needs to be performed
252252
by `LinearMap` objects anyway. While the cost of matrix addition is comparable
253253
to matrix vector multiplication, this too is not performed explicitly since

0 commit comments

Comments
 (0)