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

@@ -562,7 +562,7 @@ class ServletAnnotationControllerHandlerMethodTests extends AbstractServletHandl
if (!usePathPatterns) {
// This depends on suffix pattern matching and has different outcomes otherwise,
// e.g. 404 vs another method matching, depending on the test case.
// for example, 404 vs another method matching, depending on the test case.
assertThat(response.getContentAsString()).isEqualTo("test-name1-2");
}

View File

@@ -688,7 +688,7 @@ public class SelectTagTests extends AbstractFormTagTests {
// Save original default locale.
final Locale defaultLocale = Locale.getDefault();
// Use a locale that doesn't result in the generation of HTML entities
// (e.g., not German, where \u00e4 becomes ä)
// (for example, not German, where \u00e4 becomes ä)
Locale.setDefault(Locale.US);
try {