Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse committed Apr 23, 2024
1 parent 340b7ab commit fce1d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/score_emitter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class PrintEmitter implements ScoreEmitter {
}
}

/// New interface for [ScoreEmitter]. [ScoreEmitter] will be migrated to
/// New interface for [ScoreEmitter]. [ScoreEmitter] will be changed to
/// this interface in the next major version release, and this class will
/// be deprecated and removed. That release will be a breaking change.
abstract class ScoreEmitterV2 implements ScoreEmitter {
Expand All @@ -25,7 +25,7 @@ abstract class ScoreEmitterV2 implements ScoreEmitter {
}

/// New implementation of [PrintEmitter] implementing the [ScoreEmitterV2]
/// interface. [PrintEmitter] will be updated to this implementation in the
/// interface. [PrintEmitter] will be changed to this implementation in the
/// next major version release.
class PrintEmitterV2 implements ScoreEmitterV2 {
const PrintEmitterV2();
Expand Down

0 comments on commit fce1d86

Please sign in to comment.