diff options
author | 2023-12-08 17:32:43 +0000 | |
---|---|---|
committer | 2023-12-08 17:32:43 +0000 | |
commit | 2237d24894fd461e4facd48dedd6a8802eb3e8ff (patch) | |
tree | caaa6e2ac9edc7ab13a9065a5d0a48d6154b7882 /java | |
parent | 25c187cc7dfb70a88a8b4fade245fa24cc9e1dcf (diff) | |
parent | e42ac1c79b357b329a9c0692ae58118b1d2b7ba1 (diff) |
Merge "Fix typo in the comment" into main
Diffstat (limited to 'java')
-rw-r--r-- | java/robolectric.go | 2 |
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 } |