Skip to content

Commit

Permalink
fix slice array-ref squish syntax doc - thanks @HaraldJoerg
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 6, 2024
1 parent 345576a commit cd5ffff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic/Slices/slices.pd
Original file line number Diff line number Diff line change
Expand Up @@ -2273,7 +2273,7 @@ An empty ARRAY ref keeps the entire corresponding dim
If $n is missing, you get a dummy dim of size 1.
=item C<< [ $dex, , 0 ] >> - collapse and discard dim
=item C<< [ $dex, 0, 0 ] >> - collapse and discard dim
C<$dex> must be a single value. It is used to index
the source, and the corresponding dimension is discarded.
Expand Down

0 comments on commit cd5ffff

Please sign in to comment.