Skip to content

Commit 8e0fbd8

Browse files
committed
fixed typo in README
1 parent 7cf2a82 commit 8e0fbd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ julia> H = [A B]
7373

7474
In this case `H` has a domain of dimensions `size(H,2) = ((3, 4), (3, 4))` and type `domainType(H) = (Float64, Complex{Float64})`.
7575

76-
When an `AbstractOperators` have multiple domains, this must be multiplied using an `ArrayPartition` (see [RecursiveArrayTools](https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/]) with corresponding size and domain, for example:
76+
When an `AbstractOperators` have multiple domains, this must be multiplied using an `ArrayPartition` (using [RecursiveArrayTools](https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/) with corresponding size and domain, for example:
7777

7878
```julia
7979
julia> using RecursiveArrayTools

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ julia> H = [A B]
7373

7474
In this case `H` has a domain of dimensions `size(H,2) = ((3, 4), (3, 4))` and type `domainType(H) = (Float64, Complex{Float64})`.
7575

76-
When an `AbstractOperators` have multiple domains, this must be multiplied using an `ArrayPartition` (see [RecursiveArrayTools](https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/]) with corresponding size and domain, for example:
76+
When an `AbstractOperators` have multiple domains, this must be multiplied using an `ArrayPartition` (using [RecursiveArrayTools](https://github.com/JuliaDiffEq/RecursiveArrayTools.jl/) with corresponding size and domain, for example:
7777

7878
```julia
7979
julia> using RecursiveArrayTools

0 commit comments

Comments
 (0)