Skip to content

Commit cad9ca4

Browse files
java-team-github-botGuice Team
authored andcommitted
Fix some typos in Guice comments.
PiperOrigin-RevId: 568975963
1 parent ba3553a commit cad9ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/com/google/inject/internal/KotlinSupportInterface.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface KotlinSupportInterface {
2525
*/
2626
Predicate<Integer> getIsParameterKotlinNullablePredicate(Method method);
2727

28-
/** Checks for any errors on the constructor's parameters's annotations. */
28+
/** Checks for any errors on the constructor's parameters' annotations. */
2929
void checkConstructorParameterAnnotations(Constructor<?> constructor, Errors errors);
3030

3131
/** Returns whether the {@code clazz} is a local Kotlin class. */

mvn.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _collect_exports_aspect = aspect(
3737
)
3838

3939
def _validate_target_libs_rule_impl(ctx):
40-
"""Validates that the transitive exports of the maven artifacts.
40+
"""Validates the transitive exports of the maven artifacts.
4141
4242
If the main maven artifact target exports other targets, those exported targets need to be
4343
included in the artifact_target_libs, so that they get packaged into the final deployable

0 commit comments

Comments
 (0)