@@ -965,10 +965,10 @@ abstract type $(curmod_prefix)Undocumented.at0{T<:Number, N}
965
965
# Subtypes
966
966
967
967
```
968
- $(curmod_prefix) Undocumented.at1{T, N} where N where Integer<:T<:Number
968
+ $(curmod_prefix) Undocumented.at1{T, N} where { Integer<:T<:Number, N}
969
969
$(curmod_prefix) Undocumented.pt2
970
970
$(curmod_prefix) Undocumented.st3
971
- $(curmod_prefix) Undocumented.st4{T, N} where N where T<:Number
971
+ $(curmod_prefix) Undocumented.st4{T, N} where { T<:Number, N}
972
972
```
973
973
""" )
974
974
@test docstrings_equal (@doc (Undocumented. at0), doc " $doc_str" )
@@ -1007,7 +1007,7 @@ abstract type $(curmod_prefix)Undocumented.at0{Int64, N}
1007
1007
# Subtypes
1008
1008
1009
1009
```
1010
- $(curmod_prefix) Undocumented.pt2{Int64, N, A} where A>:Integer where N
1010
+ $(curmod_prefix) Undocumented.pt2{Int64, N, A} where {N, A>:Integer}
1011
1011
$(curmod_prefix) Undocumented.st3{Int64, N} where N
1012
1012
$(curmod_prefix) Undocumented.st4{Int64, N} where N
1013
1013
```
@@ -1157,9 +1157,9 @@ No documentation found.
1157
1157
1158
1158
# Union Composed of Types
1159
1159
1160
- - `$(curmod_prefix) Undocumented.at1{T, N} where N where T `
1161
- - `$(curmod_prefix) Undocumented.pt2{T, N, A} where A>:Integer where N where T `
1162
- - `$(curmod_prefix) Undocumented.st3{T, N} where N where T `
1160
+ - `$(curmod_prefix) Undocumented.at1{T, N} where {T, N} `
1161
+ - `$(curmod_prefix) Undocumented.pt2{T, N, A} where {T, N, A>:Integer} `
1162
+ - `$(curmod_prefix) Undocumented.st3{T, N} where {T, N} `
1163
1163
- `$(curmod_prefix) Undocumented.st4`
1164
1164
""" )
1165
1165
@test docstrings_equal (@doc (Undocumented. ut9), doc " $doc_str" )
0 commit comments