Skip to content

Commit a65c942

Browse files
committed
Fix ResourceBuilder class Javadoc grammar
1 parent b1b563b commit a65c942

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/common/src/main/java/io/opentelemetry/sdk/resources/ResourceBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import javax.annotation.Nullable;
1313

1414
/**
15-
* A builder of {@link Resource} that allows to add key-value pairs and copy attributes from other
16-
* {@link Attributes} or {@link Resource}.
15+
* A builder for {@link Resource} that allows adding key-value pairs and copying attributes from
16+
* other {@link Attributes} or {@link Resource} instances.
1717
*
1818
* @since 1.1.0
1919
*/

0 commit comments

Comments
 (0)