Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Heinz N. Gies <[email protected]>
  • Loading branch information
Licenser committed Apr 10, 2024
1 parent 4ecbc8e commit f2f13ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl TimeWindow {
/// keeps track of it at a granularity of `100` ms we would use:
///
/// ```
/// use window::TimeWindow;
/// use fenster::TimeWindow;
/// TimeWindow::new(10, 100, 1000);
/// ````
Expand Down

0 comments on commit f2f13ac

Please sign in to comment.