We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db2743 commit 04dfa78Copy full SHA for 04dfa78
2 files changed
.github/workflows/Documenter.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
- uses: julia-actions/setup-julia@v2
20
with:
21
- version: '1'
+ version: '1.10'
22
- uses: julia-actions/cache@v2
23
- name: Install dependencies
24
shell: julia --color=yes --project=docs {0}
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: FieldError: type Array has no field `re`, available fields: `ref`, `size`
+ERROR: type Array has no field re
71
[...]
72
73
julia> soa = StructArray(aos)
0 commit comments