diff --git a/base/broadcast.jl b/base/broadcast.jl index d9da1584d0cf60..48bc79868dec8a 100644 --- a/base/broadcast.jl +++ b/base/broadcast.jl @@ -265,7 +265,7 @@ end 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: +container is established by the following rules: - If all the arguments are scalars, it returns a scalar. - If the arguments are tuples and zero or more scalars, it returns a tuple. diff --git a/doc/stdlib/arrays.rst b/doc/stdlib/arrays.rst index 544d37754dadea..e80c182f594ec7 100644 --- a/doc/stdlib/arrays.rst +++ b/doc/stdlib/arrays.rst @@ -606,7 +606,7 @@ All mathematical operations and functions are supported for arrays .. Docstring generated from Julia source - 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: + 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: * If all the arguments are scalars, it returns a scalar. * If the arguments are tuples and zero or more scalars, it returns a tuple. diff --git a/doc/stdlib/math.rst b/doc/stdlib/math.rst index 701b019191aac3..e034c02b2726a5 100644 --- a/doc/stdlib/math.rst +++ b/doc/stdlib/math.rst @@ -461,7 +461,7 @@ Mathematical Operators .. Docstring generated from Julia source - Equivalent to ``!is(x, y)``\ . + Equivalent to ``!(x === y)``\ . .. _<: .. function:: <(x, y)