Skip to content

Commit 91e2bc2

Browse files
authored
Update docs/src/v14_migration_guide.md
1 parent 7009b98 commit 91e2bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/v14_migration_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sol = solve(oprob)
6464
plot(sol)
6565
```
6666

67-
Note, that if we had instead used the [`@reaction_network`](@ref) DSL macro to build
67+
Note, if we had instead used the [`@reaction_network`](@ref) DSL macro to build
6868
our model, i.e.
6969
```@example v14_migration_1
7070
rs2 = @reaction_network rs begin

0 commit comments

Comments
 (0)