Skip to content

Commit 826dac3

Browse files
committed
doc: fix a couple docstring indentations in indices.jl
1 parent c953d4b commit 826dac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/indices.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ _maybetail(::Tuple{}) = ()
332332
_maybetail(t::Tuple) = tail(t)
333333

334334
"""
335-
Slice(indices)
335+
Slice(indices)
336336
337337
Represent an AbstractUnitRange of indices as a vector of the indices themselves,
338338
with special handling to signal they represent a complete slice of a dimension (:).
@@ -367,7 +367,7 @@ iterate(S::Slice, s...) = iterate(S.indices, s...)
367367

368368

369369
"""
370-
IdentityUnitRange(range::AbstractUnitRange)
370+
IdentityUnitRange(range::AbstractUnitRange)
371371
372372
Represent an AbstractUnitRange `range` as an offset vector such that `range[i] == i`.
373373

0 commit comments

Comments
 (0)