Skip to content

Commit

Permalink
Fix some typos in Guice comments.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571969961
  • Loading branch information
java-team-github-bot authored and Guice Team committed Oct 9, 2023
1 parent ba3553a commit 6e9176d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
2 changes: 1 addition & 1 deletion mvn.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e9176d

Please sign in to comment.