Skip to content

Commit

Permalink
Fix the documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
psx95 committed Jan 23, 2025
1 parent 4d16975 commit 5efb9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class OPENTELEMETRY_EXPORT TracerProviderFactory
std::unique_ptr<IdGenerator> id_generator,
std::unique_ptr<instrumentationscope::ScopeConfigurator<TracerConfig>> tracer_configurator);

/* Series of creator methods with a single processor. */
/* Series of creator methods with a vector of processors. */

static std::unique_ptr<opentelemetry::sdk::trace::TracerProvider> Create(
std::vector<std::unique_ptr<SpanProcessor>> &&processors);
Expand Down

0 comments on commit 5efb9dd

Please sign in to comment.