Skip to content

Commit 77f5be3

Browse files
committed
Update expected error message in doctest
1 parent cdb8aad commit 77f5be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ julia> aos = [1+2im, 3+4im]
6767
3 + 4im
6868
6969
julia> aos.re # Vectors do not have fields, so this is an error
70-
ERROR: type Array has no field re
70+
ERROR: FieldError: type Array has no field `re`, available fields: `ref`, `size`
7171
[...]
7272
7373
julia> soa = StructArray(aos)

0 commit comments

Comments
 (0)