Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private static MultibindingContributionIdentifier create(
/** Returns the module containing the multibinding method. */
public abstract DaggerTypeElement contributingModule();

/** Returns the multibinding method that defines teh multibinding contribution. */
/** Returns the multibinding method that defines the multibinding contribution. */
public abstract DaggerExecutableElement bindingMethod();

/**
Expand Down
2 changes: 1 addition & 1 deletion dagger-spi/main/java/dagger/spi/model/Key.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ private static MultibindingContributionIdentifier create(
/** Returns the module containing the multibinding method. */
public abstract String contributingModule();

/** Returns the multibinding method that defines teh multibinding contribution. */
/** Returns the multibinding method that defines the multibinding contribution. */
public abstract String bindingMethod();

/**
Expand Down