Skip to content

Commit 029f939

Browse files
author
Tomas Lycken
authored
Correct typo in docstring
1 parent e846450 commit 029f939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scaling/scaling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ end
1515
end
1616

1717
"""
18-
`scale(itp, xs, ys, ...)` scales an existing interpolation object to allow for indexing using other coordinate axes than unit ranges, by wrapping the interpolation object and transforming the indices from the provided axes onto unit ranges upon indexing.a
18+
`scale(itp, xs, ys, ...)` scales an existing interpolation object to allow for indexing using other coordinate axes than unit ranges, by wrapping the interpolation object and transforming the indices from the provided axes onto unit ranges upon indexing.
1919
2020
The parameters `xs` etc must be either ranges or linspaces, and there must be one coordinate range/linspace for each dimension of the interpolation object.
2121

0 commit comments

Comments
 (0)