Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Oct 13, 2023
1 parent fed7776 commit b78d8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/src/piece/piece.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import '../back_end/code_writer.dart';
abstract class Piece {
/// The ordered list of indexes identifying each way this piece can split.
///
/// Each piece determines what each integer value in the list represents. The
/// list returned by this function should be sorted so that earlier states in
/// the list compare less than later states.
/// Each piece determines what each value in the list represents. The list
/// returned by this function should be sorted so that earlier states in the
/// list compare less than later states.
///
/// In addition to the values returned here, each piece should implicitly
/// support a [State.initial] which is the least split form the piece allows.
Expand Down

0 comments on commit b78d8e8

Please sign in to comment.