From e42ac1c79b357b329a9c0692ae58118b1d2b7ba1 Mon Sep 17 00:00:00 2001 From: Yuichiro Hanada Date: Fri, 8 Dec 2023 09:24:40 +0900 Subject: [PATCH] Fix typo in the comment Bug: None Test: m soong_docs and check the generated soong_build.html Change-Id: I72dd87915f8f5225600365d8ef3f6b9c337a5dbc --- java/robolectric.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/robolectric.go b/java/robolectric.go index a66b31007..45621fd5d 100644 --- a/java/robolectric.go +++ b/java/robolectric.go @@ -67,7 +67,7 @@ type robolectricProperties struct { // instead of the one built from source in external/robolectric-shadows. Robolectric_prebuilt_version *string - // Use /external/robolectric rather than /external/robolectric-shadows as the version of robolectri + // Use /external/robolectric rather than /external/robolectric-shadows as the version of robolectric // to use. /external/robolectric closely tracks github's master, and will fully replace /external/robolectric-shadows Upstream *bool }