From 7686368ef392b0f0e8b07bd3bf74e8310eda724d Mon Sep 17 00:00:00 2001 From: Joanne Chung Date: Tue, 9 Mar 2021 23:20:10 +0800 Subject: [PATCH] Fix minor typo in TextClassificationConstants Javadoc Bug: 169042855 Test: n/a Change-Id: I1dc53b1d298aa9a628f847cc81207a95c2c0bd3d --- .../view/textclassifier/TextClassificationConstants.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/java/android/view/textclassifier/TextClassificationConstants.java b/core/java/android/view/textclassifier/TextClassificationConstants.java index d0959f97e4380..5f3159cd09c85 100644 --- a/core/java/android/view/textclassifier/TextClassificationConstants.java +++ b/core/java/android/view/textclassifier/TextClassificationConstants.java @@ -91,8 +91,9 @@ public final class TextClassificationConstants { "system_textclassifier_api_timeout_in_second"; /** - * The max amount of characters before and after the selected text that are passed to the - * TextClassifier for the smart selection. + * The maximum amount of characters before and after the selected text that is passed to the + * TextClassifier for the smart selection. e.g. If this value is 100, then 100 characters before + * the selection and 100 characters after the selection will be passed to the TextClassifier. */ private static final String SMART_SELECTION_TRIM_DELTA = "smart_selection_trim_delta";