From 94d09dbc18762706ee9c0fd0b2e39856dd2f530a Mon Sep 17 00:00:00 2001 From: Justin McCandless Date: Thu, 20 Dec 2018 15:25:31 -0800 Subject: [PATCH] Address some comments on previous doc improvement PR --- lib/ui/text.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ui/text.dart b/lib/ui/text.dart index abd227d116057..5afd8c50ffc2e 100644 --- a/lib/ui/text.dart +++ b/lib/ui/text.dart @@ -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