Merge branch '3.3.x' into 3.4.x

This commit is contained in:
Phillip Webb
2025-03-24 13:40:11 -07:00

View File

@@ -248,7 +248,7 @@ public final class ConfigurationPropertyName implements Comparable<Configuration
/**
* Return a new {@link ConfigurationPropertyName} by based on this name offset by
* specific element index. For example, {@code chop(1)} on the name {@code foo.bar}
* specific element index. For example, {@code subName(1)} on the name {@code foo.bar}
* will return {@code bar}.
* @param offset the element offset
* @return the sub name