Skip to content

Commit

Permalink
Merge pull request #65 from Dyalog/64-array-logic-and-data-driven-con…
Browse files Browse the repository at this point in the history
…ditionals-8a-flipped-arguments
  • Loading branch information
abrudz authored Nov 11, 2024
2 parents 6a45aba + 5a5aa61 commit 6cf47cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/array-logic-data-driven-conditionals.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ APL
<li>
Reshape recycles elements. We can use this to duplicate rows until we have the correct shape to allow `+` to map between elements for us:
```APL
AddRows ← {+(⍴⍵)⍴⍺}
AddRows ← {+(⍴⍺)⍴⍵}
```
</li>
<li>
Expand Down

0 comments on commit 6cf47cd

Please sign in to comment.