Skip to content

Commit 19c28eb

Browse files
committed
Fixed some formatting issues in Chapter 2
Thanks to @kdavies4 for reporting this. This closes #207.
1 parent 7239621 commit 19c28eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

text/source/behavior/discrete/decay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ to suppress events in some cases. But one might reasonably ask, why
267267
not skip events and just evaluate conditional expressions all the
268268
time? So let's take some time to explore this question and explain
269269
why, on the whole, associated events with conditional expressions is
270-
very good idea[#Belmon]_.
270+
very good idea [#Belmon]_.
271271

272272
Without event detection, the integrator will simply step right over
273273
events. When this happens, the integrator will miss important changes

text/source/behavior/discrete/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ generators that trigger at regular intervals):
148148
====================== ========================================================
149149
Function Description
150150
---------------------- --------------------------------------------------------
151-
``Clock(i,r)`` A clock that fires every :math:`\frac{i}{r}` seconds where ``i`` and ``r`` are ``Integer``s
151+
``Clock(i,r)`` A clock that fires every :math:`\frac{i}{r}` seconds where ``i`` and ``r`` are both of type ``Integer``
152152
``Clock(dt)`` A clock that fires every :math:`dt` seconds where ``dt`` is a ``Real``
153153
``subSample(u,s)`` A clock that samples ``s`` times slower than the clock used to sample ``u`` where ``s`` is an ``Integer``
154154
``superSample(u,s)`` A clock that samples ``s`` times faster than the clock used to sample ``u`` where ``s`` is an ``Integer``

0 commit comments

Comments
 (0)