We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f47e30 commit 36904a6Copy full SHA for 36904a6
README.md
@@ -45,7 +45,7 @@ julia> StructArray([1+im, 3-2im])
45
46
### Collection and initialization
47
48
-One can also create a `StructArrray` from an iterable of structs without creating an intermediate `Array`:
+One can also create a `StructArray` from an iterable of structs without creating an intermediate `Array`:
49
50
```julia
51
julia> StructArray(log(j+2.0*im) for j in 1:10)
0 commit comments