From 82a81157a98c7120ab90e06295df0ff5ff328e56 Mon Sep 17 00:00:00 2001 From: Akshath Kothari Date: Thu, 15 Sep 2022 08:04:15 +0530 Subject: [PATCH] resource sdk: Update Resource::Merge function docs (#1615) --- sdk/include/opentelemetry/sdk/resource/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.