diff --git a/sdk/include/opentelemetry/sdk/resource/resource.h b/sdk/include/opentelemetry/sdk/resource/resource.h index 120e871ab5..eee339e237 100644 --- a/sdk/include/opentelemetry/sdk/resource/resource.h +++ b/sdk/include/opentelemetry/sdk/resource/resource.h @@ -33,7 +33,7 @@ class Resource /** * Returns a new, merged {@link Resource} by merging the current Resource - * with the other Resource. In case of a collision, current Resource takes + * with the other Resource. In case of a collision, the other Resource takes * precedence. * * @param other the Resource that will be merged with this.