Skip to content

Commit 72238a6

Browse files
authored
Correct typo (#117)
1 parent dfc6e8e commit 72238a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ right.
4949

5050
Type for representing a scalar multiple of the identity map (a.k.a. uniform
5151
scaling) of a certain size `M=N`, obtained simply as `LinearMap(λI, M)`,
52-
where `I` is the `LinearAlgreba.UniformScaling` object.
52+
where `I` is the `LinearAlgebra.UniformScaling` object.
5353
The type `T` of the resulting `LinearMap` object is inferred from the type of
5454
`λ`. A `UniformScalingMap` of the correct size will be automatically
5555
constructed if `LinearMap` objects are multiplied by scalars from the left

0 commit comments

Comments
 (0)