Skip to content

Commit feadfd5

Browse files
author
marinlauber
committed
fix typo
1 parent b066575 commit feadfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ end
235235
"""
236236
interp(x::SVector, arr::AbstractArray)
237237
238-
Linear interpolation from array `arr` at iCartesian-coordinate `x`.
238+
Linear interpolation from array `arr` at Cartesian-coordinate `x`.
239239
Note: This routine works for any number of dimensions.
240240
"""
241241
function interp(x::SVector{D}, arr::AbstractArray{T,D}) where {D,T}

0 commit comments

Comments
 (0)