We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb8aad commit 77f5be3Copy full SHA for 77f5be3
1 file changed
docs/src/index.md
@@ -67,7 +67,7 @@ julia> aos = [1+2im, 3+4im]
67
3 + 4im
68
69
julia> aos.re # Vectors do not have fields, so this is an error
70
-ERROR: type Array has no field re
+ERROR: FieldError: type Array has no field `re`, available fields: `ref`, `size`
71
[...]
72
73
julia> soa = StructArray(aos)
0 commit comments