Skip to content

Commit 12d364e

Browse files
authored
quote DimensionMismatch in docstring (#41926)
1 parent 543386d commit 12d364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If you supply more than one `AbstractArray` argument, `eachindex` will create an
300300
iterable object that is fast for all arguments (a [`UnitRange`](@ref)
301301
if all inputs have fast linear indexing, a [`CartesianIndices`](@ref)
302302
otherwise).
303-
If the arrays have different sizes and/or dimensionalities, a DimensionMismatch exception
303+
If the arrays have different sizes and/or dimensionalities, a `DimensionMismatch` exception
304304
will be thrown.
305305
# Examples
306306
```jldoctest

0 commit comments

Comments
 (0)