Skip to content

Commit 6159793

Browse files
committed
n times faster than -> n times as fast as
1 parent ab9071b commit 6159793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/source/behavior/discrete/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Function Description
151151
``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``
154-
``superSample(u,s)`` A clock that samples ``s`` times faster than the clock used to sample ``u`` where ``s`` is an ``Integer``
154+
``superSample(u,s)`` A clock that samples ``s`` times as fast as the clock used to sample ``u`` where ``s`` is an ``Integer``
155155
====================== ========================================================
156156

157157
Note that the ``Clock`` constructor function is overloaded (*i.e.,*

0 commit comments

Comments
 (0)