Skip to content

Commit bf35b10

Browse files
authored
remove links to Nullable
comment about broadcast on `Nullable`
1 parent 28a35ae commit bf35b10

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/src/manual/types.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,11 +1364,9 @@ In this way, `filter` can be thought of as selecting only allowable
13641364
values, and converting non-allowable values to missing values.
13651365

13661366
While `map` and `filter` are useful in specific cases, by far the most useful
1367-
higher-order function is [`broadcast`](@ref), which can handle a wide variety of cases.
1368-
1369-
`broadcast` can be thought of as a way to make existing operations work
1370-
on multiple data simultaneously and propagate nulls. An example will motivate
1371-
the need for `broadcast`. Suppose we have a function that computes the
1367+
higher-order function is [`broadcast`](@ref), which can handle a wide variety of cases,
1368+
including making existing operations work and propagate `Nullable`s. An example
1369+
will motivate the need for `broadcast`. Suppose we have a function that computes the
13721370
greater of two real roots of a quadratic equation, using the quadratic formula:
13731371

13741372
```julia

0 commit comments

Comments
 (0)