Skip to content

Commit 0438e06

Browse files
TorkelEisaacsas
andauthored
Update docs/src/catalyst_applications/simulation_structure_interfacing.md
Co-authored-by: Sam Isaacson <[email protected]>
1 parent 38ffeea commit 0438e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/simulation_structure_interfacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Finally, we consider solution objects. First, we simulate our problem:
8989
```@example ex1
9090
sol = solve(oprob)
9191
```
92-
For solutions, when we access a unknown, we get its whole simulation vector:
92+
For solutions, when we access an unknown, we get its whole simulation vector:
9393
```@example ex1
9494
sol[:X1]
9595
```

0 commit comments

Comments
 (0)