Fix incorrect ConfigurationPropertyName javadoc

This commit is contained in:
Phillip Webb
2025-03-22 16:28:39 -07:00
parent c7f31ed12f
commit 587ec6d8d4

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