Skip to content

Commit f974a63

Browse files
Merge pull request #40 from cmhyett/patch-1
Clarifying language for isscimlstructure
2 parents 20d0e1a + ff84f27 commit f974a63

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)