From c899bbcbd84a64cbc18de6501e8ddf31c247628b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 15:48:53 -0500 Subject: [PATCH] Document core text transformation results Refs #205 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../Android.Text.Method/HideReturnsTransformationMethod.xml | 4 ++-- .../Android.Text.Method/SingleLineTransformationMethod.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/xml/Android.Text.Method/HideReturnsTransformationMethod.xml b/docs/xml/Android.Text.Method/HideReturnsTransformationMethod.xml index 3c3221b61..1eacf0d40 100644 --- a/docs/xml/Android.Text.Method/HideReturnsTransformationMethod.xml +++ b/docs/xml/Android.Text.Method/HideReturnsTransformationMethod.xml @@ -113,7 +113,7 @@ The character to be replaced is \r. - To be added. + The character to be replaced is \r. The character to be replaced is \r. @@ -152,7 +152,7 @@ The character that \r is replaced with is \uFEFF. - To be added. + The character that \r is replaced with is \uFEFF. The character that \r is replaced with is \uFEFF. diff --git a/docs/xml/Android.Text.Method/SingleLineTransformationMethod.xml b/docs/xml/Android.Text.Method/SingleLineTransformationMethod.xml index 6d60ab9d6..39e2b8d89 100644 --- a/docs/xml/Android.Text.Method/SingleLineTransformationMethod.xml +++ b/docs/xml/Android.Text.Method/SingleLineTransformationMethod.xml @@ -113,7 +113,7 @@ The characters to be replaced are \n and \r. - To be added. + The characters to be replaced are \n and \r. The characters to be replaced are \n and \r. @@ -153,7 +153,7 @@ The character \n is replaced with is space; the character \r is replaced with is FEFF (zero width space). - To be added. + The character \n is replaced with space; the character \r is replaced with FEFF (zero width space). The character \n is replaced with is space; the character \r is replaced with is FEFF (zero width space).