Merge "Fix typo in the comment" into main

This commit is contained in:
Cole Faust 2023-12-08 17:32:43 +00:00 committed by Gerrit Code Review
commit 2237d24894

View file

@ -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
}