Skip to content

Commit 8b03276

Browse files
committed
reword
1 parent cd9ab6a commit 8b03276

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/src/interfaces/Problems.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,9 @@ defaults `Dict(:a => :(2b), :c => 0.1)`. Then:
132132

133133

134134
### Aliasing Specification
135-
`AbstractAliasSpecifier` object holds fields specifying which variables to alias
135+
An `AbstractAliasSpecifier` is associated with each SciMLProblem type. Each holds fields specifying which variables to alias
136136
when solving. For example, to tell an ODE solver to alias the `u0` array, you can use an `ODEAliases` object,
137137
and the `alias_u0` keyword argument, e.g. `solve(prob,alias = ODEAliases(alias_u0 = true))`.
138-
For more information on what can be aliased for each problem type, see the documentation for the `AbstractAliasSpecifier`
139-
associated with that problem type. Set to `true` to alias every variable possible, or to `false` to disable aliasing.
140-
Defaults to an `AbstractAliasSpecifier` instance with `nothing` for all fields, which tells the solver to use the default behavior.
141138

142139
```@docs
143140
SciMLBase.AbstractAliasSpecifier

0 commit comments

Comments
 (0)