Skip to content

Commit

Permalink
Fix #64
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Nov 17, 2023
1 parent 5c77559 commit 5a5aa61
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 5a5aa61

Please sign in to comment.