Skip to content

Commit

Permalink
Fix subj/verb agreement in broadcast docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Jan 1, 2017
1 parent 8b276b2 commit 72a86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ the following rules:
- If the arguments are tuples and zero or more scalars, it returns a tuple.
- If the arguments contain at least one array or `Ref`, it returns an array
(expanding singleton dimensions), and treats `Ref`s as 0-dimensional arrays,
and tuples as a 1-dimensional arrays.
and tuples as 1-dimensional arrays.
The following additional rule applies to `Nullable` arguments: If there is at
least one `Nullable`, and all the arguments are scalars or `Nullable`, it
Expand Down

0 comments on commit 72a86ee

Please sign in to comment.