We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1493303 commit 0154f2cCopy full SHA for 0154f2c
src/axes.jl
@@ -22,7 +22,7 @@ julia> ro[-1]
22
-1
23
24
julia> ro[3]
25
-ERROR: BoundsError: attempt to access 3-element IdOffsetRange{$Int, UnitRange{$Int}} with indices -1:1 at index [3]
+ERROR: BoundsError: attempt to access 3-element $(IdOffsetRange{Int, UnitRange{Int}}) with indices -1:1 at index [3]
26
```
27
28
If the range doesn't start at 1, the values may be different from the indices:
@@ -37,7 +37,7 @@ julia> ro[-1]
37
9
38
39
40
41
42
43
# Extended help
0 commit comments