Fixup for a common typo.

PiperOrigin-RevId: 547836342
This commit is contained in:
Guice Team
2023-07-13 10:10:21 -07:00
committed by Guice Team
parent ee9336282e
commit ddb6315362
@@ -363,7 +363,7 @@ public final class BoundFieldModule implements Module {
}
}
/** Returns the the object originally passed to {@link BoundFieldModule#of}). */
/** Returns the object originally passed to {@link BoundFieldModule#of}). */
public Object getInstance() {
return instance;
}