Skip to content
This repository was archived by the owner on May 23, 2022. It is now read-only.

Commit e6457ad

Browse files
typo
1 parent b3b2a6a commit e6457ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/observation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Specify the default observation dimension for `data`.
55
Falls back to `nothing` when an observation dimension is undefined.
66
7-
The default, the following implementations are provided:
7+
By default, the following implementations are provided:
88
- `default_obsdim(A::AbstractArray) = ndims(A)`
99
- `default_obsdim(tup::Tuple) = map(default_obsdim, tup)`
1010
"""

0 commit comments

Comments
 (0)