Skip to content

Commit 68090de

Browse files
fix typo docstring obsview
1 parent 97460d7 commit 68090de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/obsview.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ The observation in the returned view `ov` can be materialized by calling
211211
`getobs(ov, i)` on the view, where `i` is an index in `1:length(ov)`.
212212
213213
If `indices` is not provided, it will be assumed to be `1:numobs(data)`.
214-
```
215214
216215
# Examples
217216
@@ -234,7 +233,7 @@ obsview(A::SubArray) = A
234233
obsview(data::AbstractArray, idxs, [obsdim])
235234
236235
Return a view of the array `data` that correspond to the given
237-
indices `idxs`. If `obsdim` of type [`ObsDim`] is provided, the observation
236+
indices `idxs`. If `obsdim` of type [`ObsDim`](@ref) is provided, the observation
238237
dimension of the array is assumed to be along that dimension, otherwise
239238
it is assumed to be the last dimension.
240239

0 commit comments

Comments
 (0)