Closes gh-29928
This commit is contained in:
Johnny Lim
2023-02-04 23:20:29 +09:00
committed by Sébastien Deleuze
parent a7ec6b4a2a
commit 431ae03447
17 changed files with 17 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ import org.springframework.util.function.ThrowingSupplier;
* the form of a {@link BeanInstanceSupplier} that retains the executable
* that is used to instantiate the bean.
*
* <p>Generated code is usually a method reference that generate the
* <p>Generated code is usually a method reference that generates the
* {@link BeanInstanceSupplier}, but some shortcut can be used as well such as:
* <pre class="code">
* {@code InstanceSupplier.of(TheGeneratedClass::getMyBeanInstance);}