Skip to content

Commit 05b703b

Browse files
authored
Update generic.jl
1 parent 841c4b3 commit 05b703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ Matrix inverse. Computes matrix `N` such that
11521152
Computed by solving the left-division
11531153
`N = M \\ I`.
11541154
1155-
A [`SingularException`](@ref) is thrown if `M` fails to be numerically inverted.
1155+
A [`SingularException`](@ref) is thrown if `M` fails numerical inversion.
11561156
11571157
# Examples
11581158
```jldoctest

0 commit comments

Comments
 (0)