Skip to content

Commit 4e00312

Browse files
committed
Fix spelling errors
- manaully -> manually - compatability -> compatibility
1 parent 397af61 commit 4e00312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RecursiveArrayTools.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ An AbstractVectorOfArray subtype should match the following behaviors.
3636
plan in 2026 to complete the deprecation and thus have a breaking update where `A[i]`
3737
matches the linear indexing of an `AbstractArray`, and then making
3838
`AbstractVectorOfArray <: AbstractArray`. Until then, `AbstractVectorOfArray` due to
39-
this interface break but manaully implements an AbstractArray-like interface for
40-
future compatability.
39+
this interface break but manually implements an AbstractArray-like interface for
40+
future compatibility.
4141
4242
## Fields
4343

0 commit comments

Comments
 (0)