Skip to content

Commit 36904a6

Browse files
authored
Fix Typo in README (#174)
1 parent 9f47e30 commit 36904a6

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
@@ -45,7 +45,7 @@ julia> StructArray([1+im, 3-2im])
4545

4646
### Collection and initialization
4747

48-
One can also create a `StructArrray` from an iterable of structs without creating an intermediate `Array`:
48+
One can also create a `StructArray` from an iterable of structs without creating an intermediate `Array`:
4949

5050
```julia
5151
julia> StructArray(log(j+2.0*im) for j in 1:10)

0 commit comments

Comments
 (0)