Skip to content

Commit 58b38dd

Browse files
authored
Update README.md
1 parent 84bf6f9 commit 58b38dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ flat vectors is fair game.
2929
## New Features!
3030
### v0.7.0
3131
- Much faster (and lazier) arrays of subcomponents
32-
```julia-repl
32+
```julia
3333
julia> ca = ComponentArray(a=5, b=(a=zeros(4,4), b=0), c=(a=[(a=1, b=2), (a=3, b=1), (a=1, b=2), (a=3, b=1)], b=[1., 2., 4]));
3434

3535
julia> @btime sum(x.a + x.b for x in $ca.c.a);

0 commit comments

Comments
 (0)