Skip to content

Commit

Permalink
fix incorrect doc for correctly-working dupN
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 20, 2024
1 parent 334bc22 commit cae0d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Basic/Core/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,8 @@ Duplicates an ndarray along several dimensions
# [3 4 5 3 4 5]
# [0 1 2 0 1 2]
# [3 4 5 3 4 5]
# [0 1 2 0 1 2]
# [3 4 5 3 4 5]
# ]
=cut
Expand Down

0 comments on commit cae0d81

Please sign in to comment.