Skip to content

Commit 16a1e5c

Browse files
authored
Fix typo (#203)
1 parent 97d7dc3 commit 16a1e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/borderarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626
"""
2727
BorderArray(inner::AbstractArray, border::AbstractBorder) <: AbstractArray
2828
29-
Construct a thin wrapper around the array `inner`, with given `border`. No data is copied in the constructor, instead border values are computed on the fly in `getindex` calls. Usful for stencil computations. See also [padarray](@ref).
29+
Construct a thin wrapper around the array `inner`, with given `border`. No data is copied in the constructor, instead border values are computed on the fly in `getindex` calls. Useful for stencil computations. See also [padarray](@ref).
3030
3131
# Examples
3232
```julia

0 commit comments

Comments
 (0)