Skip to content

Commit 49a1f7d

Browse files
committed
tweak comments
1 parent c9c8f0a commit 49a1f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jumps.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ end
195195
"""
196196
$(TYPEDEF)
197197
198-
Representation for encoding rates and multiple simultaneous jumps via τ-leaping type
198+
Representation for encoding rates and multiple simultaneous jumps for use in τ-leaping type
199199
methods.
200200
201201
### Constructors
@@ -228,12 +228,12 @@ rj = RegularJump(rate!, c, 2)
228228
struct RegularJump{iip, R, C, MD}
229229
"""
230230
Function `rate!(rate_vals, u, p, t)` that returns the current rates, i.e.
231-
intensities or propensities, for all possible jumps.
231+
intensities or propensities, for all possible jumps in `rate_vals`.
232232
"""
233233
rate::R
234234
"""
235235
Function `c(du, u, p, t, counts, mark)` that executes the `i`th jump `counts[i]` times,
236-
saving the output in `c[i]`.
236+
saving the output in `du[i]`.
237237
"""
238238
c::C
239239
""" Number of jumps in the system."""

0 commit comments

Comments
 (0)