From f7ff4fea4e50374d98ad45026905d4a2b4fee7a6 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 17 Feb 2023 21:53:40 +0000 Subject: [PATCH] docs: Typo fix in TextLinks.Request.Builder Needed to edit the Android code to test out the "fix a reference doc bug" instructions, so I looked for a typo I could fix. NO_TEST , fixes a doc bug (no code edits). Change-Id: I19ffc5e5fdaf3e6b046ce2e5c34ca034c3b6c6e4 Test: [go/abtd docs build] Fixes: 269786320 --- core/java/android/view/textclassifier/TextLinks.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/view/textclassifier/TextLinks.java b/core/java/android/view/textclassifier/TextLinks.java index 445e9ecff54fd..b5b6f5ae8af8f 100644 --- a/core/java/android/view/textclassifier/TextLinks.java +++ b/core/java/android/view/textclassifier/TextLinks.java @@ -478,7 +478,7 @@ public final class TextLinks implements Parcelable { /** * Sets the entity configuration to use. This determines what types of entities the * TextClassifier will look for. - * Set to {@code null} for the default entity config and teh TextClassifier will + * Set to {@code null} for the default entity config and the TextClassifier will * automatically determine what links to generate. * * @return this builder