Skip to content

Commit af2139b

Browse files
Update src/clock.jl
Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
1 parent a0722c7 commit af2139b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clock.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ end
7979
$(TYPEDEF)
8080
8181
A struct representing the operation of indexing a clock to obtain a subset of the time
82-
points at which it ticked. The actual list of time points depends on the time interval
83-
for which the clock was running, and can be obtained via `canonicalize_indexed_clock`
82+
points at which it ticked. The actual list of time points depends on the tick instances
83+
on which the clock was ticking, and can be obtained via `canonicalize_indexed_clock`
8484
by providing a timeseries solution object.
8585
8686
For example, `IndexedClock(PeriodicClock(0.1), 3)` refers to the third time that

0 commit comments

Comments
 (0)