Skip to content

Commit

Permalink
Address some comments on previous doc improvement PR (#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmc authored Dec 21, 2018
1 parent 367bb9b commit 8532868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ui/text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ class TextBox {
String toString() => 'TextBox.fromLTRBD(${left.toStringAsFixed(1)}, ${top.toStringAsFixed(1)}, ${right.toStringAsFixed(1)}, ${bottom.toStringAsFixed(1)}, $direction)';
}

/// Disambiguates cases where a string offset could match two locations in the
/// rendered string.
/// A way to disambiguate a [TextPosition] when its offset could match two
/// different locations in the rendered string.
///
/// For example, at an offset where the rendered text wraps, there are two
/// visual positions that the offset could represent: one prior to the line
Expand Down

0 comments on commit 8532868

Please sign in to comment.