Skip to content

Commit b235abd

Browse files
committed
Fix typo in broadcast docs
[ci skip]
1 parent 2924dc8 commit b235abd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/broadcast.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end
265265
Broadcasts the arrays, tuples and/or scalars `As` to a container of the
266266
appropriate type and dimensions. In this context, anything that is not a
267267
subtype of `AbstractArray` or `Tuple` is considered a scalar. The resulting
268-
container is stablished by the following rules:
268+
container is established by the following rules:
269269
270270
- If all the arguments are scalars, it returns a scalar.
271271
- If the arguments are tuples and zero or more scalars, it returns a tuple.

doc/stdlib/arrays.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ All mathematical operations and functions are supported for arrays
606606

607607
.. Docstring generated from Julia source
608608
609-
Broadcasts the arrays, tuples and/or scalars ``As`` to a container of the appropriate type and dimensions. In this context, anything that is not a subtype of ``AbstractArray`` or ``Tuple`` is considered a scalar. The resulting container is stablished by the following rules:
609+
Broadcasts the arrays, tuples and/or scalars ``As`` to a container of the appropriate type and dimensions. In this context, anything that is not a subtype of ``AbstractArray`` or ``Tuple`` is considered a scalar. The resulting container is established by the following rules:
610610

611611
* If all the arguments are scalars, it returns a scalar.
612612
* If the arguments are tuples and zero or more scalars, it returns a tuple.

doc/stdlib/math.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Mathematical Operators
461461

462462
.. Docstring generated from Julia source
463463
464-
Equivalent to ``!is(x, y)``\ .
464+
Equivalent to ``!(x === y)``\ .
465465

466466
.. _<:
467467
.. function:: <(x, y)

0 commit comments

Comments
 (0)