Replace 'e.g.' with 'for example' in documentation and comments

Closes gh-33515
This commit is contained in:
Yanming Zhou
2024-09-26 14:03:46 +02:00
committed by Sam Brannen
parent e55fe9077f
commit 8941e2876e
722 changed files with 1290 additions and 1290 deletions

View File

@@ -73,9 +73,9 @@ public class TransactionalAnnotatedConfigClassesWithoutAtConfigurationTests exte
/**
* Since this method does not reside in a true {@code @Configuration class},
* it acts as a factory method when invoked directly (e.g., from
* it acts as a factory method when invoked directly (for example, from
* {@link #transactionManager()}) and as a singleton bean when retrieved
* through the application context (e.g., when injected into the test
* through the application context (for example, when injected into the test
* instance). The result is that this method will be called twice:
*
* <ol>