Fix some typos in Guice comments.

PiperOrigin-RevId: 571969961
This commit is contained in:
Guice Team
2023-10-09 10:08:32 -07:00
committed by Guice Team
parent ba3553a697
commit 6e9176dce0
2 changed files with 2 additions and 2 deletions
@@ -25,7 +25,7 @@ public interface KotlinSupportInterface {
*/
Predicate<Integer> getIsParameterKotlinNullablePredicate(Method method);
/** Checks for any errors on the constructor's parameters's annotations. */
/** Checks for any errors on the constructor's parameters' annotations. */
void checkConstructorParameterAnnotations(Constructor<?> constructor, Errors errors);
/** Returns whether the {@code clazz} is a local Kotlin class. */
+1 -1
View File
@@ -37,7 +37,7 @@ _collect_exports_aspect = aspect(
)
def _validate_target_libs_rule_impl(ctx):
"""Validates that the transitive exports of the maven artifacts.
"""Validates the transitive exports of the maven artifacts.
If the main maven artifact target exports other targets, those exported targets need to be
included in the artifact_target_libs, so that they get packaged into the final deployable