Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ isscimlstructure(p)::Bool
ismutablescimlstructure(p)::Bool
```

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

### `canonicalize` Definition
Expand Down
Loading