Skip to content

Commit b79465c

Browse files
committed
Add doctest in docstring
1 parent 735ea5e commit b79465c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/axis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const VarAxes = Tuple{Vararg{AbstractAxis}}
1717
Gives named component access for `ComponentArray`s.
1818
# Examples
1919
20-
```julia-repl
20+
```jldoctest
2121
julia> using ComponentArrays
2222
2323
julia> ax = Axis((a = 1, b = ViewAxis(2:7, PartitionedAxis(2, (a = 1, b = 2))), c = ViewAxis(8:10, (a = 1, b = 2:3))));

0 commit comments

Comments
 (0)