Skip to content

Commit

Permalink
doc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
haakon-e authored Oct 31, 2024
1 parent 7a5c883 commit 77464a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/array/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ end
Dimensional broadcast macro extending Base Julia
broadcasting to work with missing and permuted dimensions.
Will permute and resshape singleton dimensions
Will permute and reshape singleton dimensions
so that all [`AbstractDimArray`](@ref) in a broadcast will
broadcast over matching dimensions.
Expand Down Expand Up @@ -150,7 +150,7 @@ da1 = ones(X(3))
da2 = fill(2, Y(4), X(3))
@d @. da1 * da2
# Use parentheses areound `@.` if you need to pass options
# Use parentheses around `@.` if you need to pass options
@d (@. da1 * da2 .+ 5) dims=(Y, X)
```
Expand Down

0 comments on commit 77464a6

Please sign in to comment.