Skip to content

Commit ff84f27

Browse files
authored
Clarifying language for isscimlstructure
Clarify the return behavior of SciMLStructure interface.
1 parent 20d0e1a commit ff84f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ isscimlstructure(p)::Bool
99
ismutablescimlstructure(p)::Bool
1010
```
1111

12-
Returns whether the object satisfies the SciMLStructure interface. Defaults to `false` and types
12+
Returns whether the object satisfies the SciMLStructure interface. Besides `AbstractArray{<:Number}`, the default is `false` and types
1313
are required to opt-into the interface.
1414

1515
### `canonicalize` Definition

0 commit comments

Comments
 (0)