Skip to content

Commit d981e93

Browse files
committed
DOC: grammar typo
1 parent b81b883 commit d981e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/input_component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Additional code could be added to resolve this issue, for example by using a `Re
105105

106106
## `SampledData` Component
107107

108-
To resolve the issues presented above, the `ModelingToolkitStandardLibrary.Blocks.SampledData` component can be used which allows for a resusable `ODESystem` and self contained data which ensures a solution which remains valid for it's lifetime. Now it's possible to also parallelize the call to `solve()`.
108+
To resolve the issues presented above, the `ModelingToolkitStandardLibrary.Blocks.SampledData` component can be used which allows for a resusable `ODESystem` and self contained data which ensures a solution which remains valid for its lifetime. Now it's possible to also parallelize the call to `solve()`.
109109

110110
```julia
111111
function System(; name)

0 commit comments

Comments
 (0)