Skip to content

Commit

Permalink
Typo in docs (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
barucden authored Dec 19, 2021
1 parent e13c3c6 commit 4c550b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warpedview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Create a view of `img` that lazily transforms any given index `I`
passed to `wv[I]` so that `wv[I] == img[tform(I)]`.
This is the lazy view version of `warp`, please see [`warp`](@ref
This is the lazy view version of `warp`, please see [`warp`](@ref)
for more information.
"""
struct WarpedView{T,N,A<:AbstractArray,F<:Transformation,I<:Tuple,E<:AbstractExtrapolation} <: AbstractArray{T,N}
Expand Down

0 comments on commit 4c550b1

Please sign in to comment.