Skip to content

Commit 6cf47cd

Browse files
authored
Merge pull request #65 from Dyalog/64-array-logic-and-data-driven-conditionals-8a-flipped-arguments
2 parents 6a45aba + 5a5aa61 commit 6cf47cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/array-logic-data-driven-conditionals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ APL
665665
<li>
666666
Reshape recycles elements. We can use this to duplicate rows until we have the correct shape to allow `+` to map between elements for us:
667667
```APL
668-
AddRows ← {+(⍴⍵)⍴⍺}
668+
AddRows ← {+(⍴⍺)⍴⍵}
669669
```
670670
</li>
671671
<li>

0 commit comments

Comments
 (0)