Skip to content

Commit

Permalink
Removed incorrect doc example of DimArray generator construction
Browse files Browse the repository at this point in the history
  • Loading branch information
kapple19 committed Nov 9, 2024
1 parent cc58973 commit e739915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/dimarrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ fill(7, X(5), Y(10); name=:fill, metadata=Dict())

```@ansi dimarray
[(x, y) for x in X(10:10:50), y in Y(0.0:0.1:1.0)]
((x, y) for x in X(10:10:50), y in Y(0.0:0.1:1.0))
DimArray((x, y) for x in X(10:10:50), y in Y(0.0:0.1:1.0))
DimArray((x, y) for x in X(10:10:50), y in Y(0.0:0.1:1.0); name = :Value)
```
Expand Down

0 comments on commit e739915

Please sign in to comment.