Skip to content

Commit

Permalink
Tweak doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Nov 7, 2023
1 parent 20351a8 commit 31376b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/back_end/code_writer.dart
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ class CodeWriter {
/// and then unwind that as child pieces are completed.
final List<_PieceOptions> _pieceOptions = [_PieceOptions(0, true)];

/// True if we have already found the first line where whose piece should be
/// Whether we have already found the first line where whose piece should be
/// used to expand further solutions.
///
/// This is the first line that either overflows or contains an invalid

0 comments on commit 31376b7

Please sign in to comment.