Skip to content

Commit

Permalink
Bazel Docs: Fix typos.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523705577
Change-Id: Idb89b7293e26049184f1eb91cc6e24eef7c5cc8e
  • Loading branch information
fweikert authored and copybara-github committed Apr 12, 2023
1 parent ae74b36 commit 2d2ff7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {
documentationCategory = OptionDocumentationCategory.TESTING,
effectTags = {OptionEffectTag.TEST_RUNNER},
help =
"The device to simulate when running an watchOS application in the simulator, e.g. "
"The device to simulate when running a watchOS application in the simulator, e.g. "
+ "'Apple Watch - 38mm'. You can get a list of devices by running 'xcrun simctl list "
+ "devicetypes' on the machine the simulator will be run on.")
public String watchosSimulatorDevice;
Expand All @@ -83,7 +83,7 @@ public class ObjcCommandLineOptions extends FragmentOptions {
documentationCategory = OptionDocumentationCategory.TESTING,
effectTags = {OptionEffectTag.TEST_RUNNER},
help =
"The device to simulate when running an tvOS application in the simulator, e.g. "
"The device to simulate when running a tvOS application in the simulator, e.g. "
+ "'Apple TV 1080p'. You can get a list of devices by running 'xcrun simctl list "
+ "devicetypes' on the machine the simulator will be run on.")
public String tvosSimulatorDevice;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public boolean useDeviceDebugEntitlements() {
}

/**
* Returns whether Objective C builtin rules should get their linking info from CcInfo instead of
* Returns whether Objective-C builtin rules should get their linking info from CcInfo instead of
* ObjcProvider.
*/
@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public ImmutableList<String> convert(String input) throws OptionsParsingExceptio

@Override
public String getTypeDescription() {
return separatorDescription + "-seperated set of options";
return separatorDescription + "-separated set of options";
}
}

Expand Down

0 comments on commit 2d2ff7e

Please sign in to comment.