Skip to content

Commit 6de671c

Browse files
authored
Update HISTORY.md
1 parent a3ba17e commit 6de671c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
end
125125
plot_network(brusselator)
126126
```
127-
- The letter Ø (used in Danish/Norwegian alphabet) is now conisdred the same as ∅ (empty set). It can no longer be used as a species/parameter.
127+
- The letter Ø (used in Danish/Norwegian alphabet) is now considered the same as ∅ (empty set). It can no longer be used as a species/parameter.
128128
- When converting a Catalyst `ReactionSystem` to a ModelingToolkit system, for
129129
example an `ODESystem`, Catalyst defined functions like `hill(A,B,C,D)` are
130130
now replaced with the explicit rational function they represent in the
@@ -138,7 +138,7 @@
138138
end
139139
osys = convert(ODESystem, rn)
140140
```
141-
generates an ODE system with `D(A) ~ ~ -((v*A(t)*(X^n)) / (K^n + X^n))`, while
141+
generates an ODE system with `D(A) ~ -((v*A(t)*(X^n)) / (K^n + X^n))`, while
142142
```julia
143143
osys = convert(ODESystem, rn; expand_catalyst_funs = false)
144144
```

0 commit comments

Comments
 (0)