Skip to content

Commit

Permalink
Clarified docstring on DimArray generator method syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Schouten <[email protected]>
  • Loading branch information
kapple19 and rafaqz authored Nov 9, 2024
1 parent 4b51a39 commit c7cb6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Indexing `AbstractDimArray` with non-range `AbstractArray` has undefined effects
on the `Dimension` index. Use forward-ordered arrays only"
Note that the generator expression syntax requires usage of the semi-colon `;`
to distinguish dimensions from keywords.
to distinguish generator dimensions from keywords.
Example:
Expand Down

0 comments on commit c7cb6a8

Please sign in to comment.