From 4e003127303bc8616561b3d16ccbd716453fe49b Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 29 Jul 2025 12:06:58 -0400 Subject: [PATCH] Fix spelling errors - manaully -> manually - compatability -> compatibility --- src/RecursiveArrayTools.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RecursiveArrayTools.jl b/src/RecursiveArrayTools.jl index a616c592..cb2f4255 100644 --- a/src/RecursiveArrayTools.jl +++ b/src/RecursiveArrayTools.jl @@ -36,8 +36,8 @@ An AbstractVectorOfArray subtype should match the following behaviors. plan in 2026 to complete the deprecation and thus have a breaking update where `A[i]` matches the linear indexing of an `AbstractArray`, and then making `AbstractVectorOfArray <: AbstractArray`. Until then, `AbstractVectorOfArray` due to - this interface break but manaully implements an AbstractArray-like interface for - future compatability. + this interface break but manually implements an AbstractArray-like interface for + future compatibility. ## Fields