Skip to content

Commit

Permalink
docs: rename IsochronousStream to Metronome (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
korzonkiee committed Nov 17, 2022
1 parent d0fe5a2 commit 83c1717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/async/metronome.dart
Expand Up @@ -41,8 +41,8 @@ import 'package:quiver/time.dart';
///
/// Example anchored in the future (now = 2014-05-05 20:06:00.123)
///
/// new IsochronousStream.periodic(aMillisecond * 100,
/// anchorMs: DateTime.parse("2014-05-05 21:07:00"))
/// new Metronome.periodic(aMillisecond * 100,
/// anchor: DateTime.parse("2014-05-05 21:07:00"))
/// .listen(print);
///
/// 2014-05-04 20:06:00.223
Expand Down

0 comments on commit 83c1717

Please sign in to comment.