Skip to content

Commit a089050

Browse files
committed
Fix markdown ordered list syntax
1 parent 5bb05cd commit a089050

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/structarray.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,9 +532,9 @@ BroadcastStyle(::Type{SA}) where {SA<:StructArray} = StructArrayStyle{typeof(cst
532532
always_struct_broadcast(style::BroadcastStyle)
533533
534534
Check if `style` supports struct-broadcast natively, which means:
535-
1) `Base.copy` is not overloaded.
536-
2) `Base.similar` is defined.
537-
3) `Base.copyto!` supports `StructArray`s as broadcasted arguments.
535+
1. `Base.copy` is not overloaded.
536+
2. `Base.similar` is defined.
537+
3. `Base.copyto!` supports `StructArray`s as broadcasted arguments.
538538
539539
If any of the above conditions are not met, then this function should
540540
not be overloaded.

0 commit comments

Comments
 (0)