Skip to content

Commit 4c3cdaf

Browse files
Merge pull request #130 from ChrisRackauckas-Claude/docs-improvements-20251229-092620
Fix grammar and typo in documentation
2 parents 6a8b068 + c2afcda commit 4c3cdaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
ModelOrderReduction.jl is a package for automatically reducing the computational complexity
1313
of mathematical models, while keeping expected fidelity within a controlled error bound.
14-
These methods function a submodel with a projection
15-
where solving the smaller model gives approximation information about the full model.
14+
These methods construct a submodel via a projection
15+
where solving the smaller model gives approximate information about the full model.
1616
MOR.jl uses [ModelingToolkit.jl](https://docs.sciml.ai/ModelingToolkit/stable/)
1717
as a system description and automatically transforms equations
1818
to the subform, defining the observables to automatically lazily reconstruct the full

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828
"""
2929
$(SIGNATURES)
3030
31-
Returns `true` is `expr` contains variables in `dvs` only and does not contain `iv`.
31+
Returns `true` if `expr` contains variables in `dvs` only and does not contain `iv`.
3232
3333
"""
3434
function only_dvs(expr, dvs, iv)

0 commit comments

Comments
 (0)