summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-12-08 17:32:43 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-12-08 17:32:43 +0000
commit2237d24894fd461e4facd48dedd6a8802eb3e8ff (patch)
treecaaa6e2ac9edc7ab13a9065a5d0a48d6154b7882 /java
parent25c187cc7dfb70a88a8b4fade245fa24cc9e1dcf (diff)
parente42ac1c79b357b329a9c0692ae58118b1d2b7ba1 (diff)
Merge "Fix typo in the comment" into main
Diffstat (limited to 'java')
-rw-r--r--java/robolectric.go2
1 files changed, 1 insertions, 1 deletions
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
}