From fc78453ba7e2cc8b941b73f169cbc81eadbeff49 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 11 Jun 2019 16:19:49 -0700 Subject: [PATCH] Fix another typo. Co-Authored-By: Mayur Kale --- specification/tracing-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/tracing-api.md b/specification/tracing-api.md index 941adde701b..ed7f45383a8 100644 --- a/specification/tracing-api.md +++ b/specification/tracing-api.md @@ -48,7 +48,7 @@ Required parameters: - `SpanData` to be reported to all exporters. This API allows to send a pre-populated span object to the exporter. -Sampling and recording decisions as well as other collection optimizations is a +Sampling and recording decisions as well as other collection optimizations are a responsibility of a caller. responsibility of a caller. Note, the `SpanContext` object on the span population with