Fix typo in jdoc.

PiperOrigin-RevId: 516590803
This commit is contained in:
Guice Team
2023-03-14 11:54:26 -07:00
committed by Guice Team
parent 4a8965a899
commit f26a731e3d
@@ -32,7 +32,7 @@ import java.lang.annotation.Target;
* <pre>
* {@literal @}ProvidesIntoSet
* {@literal @}Named("urls")
* String provideFooUrl(FooManager fm) { returm fm.getUrl(); }
* String provideFooUrl(FooManager fm) { return fm.getUrl(); }
*
* {@literal @}ProvidesIntoSet
* {@literal @}Named("urls")