From b199cc3ef54cb4d81b44c07b1ae205ee892c989c Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 15 Jul 2020 16:13:37 -0400 Subject: [PATCH] fix typo --- specification/trace/sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/trace/sdk.md b/specification/trace/sdk.md index ff60a31c56f..024c7424e43 100644 --- a/specification/trace/sdk.md +++ b/specification/trace/sdk.md @@ -114,7 +114,7 @@ Description MUST NOT change over time and caller can cache the returned value. #### Probability * The `ProbabilitySampler` MUST ignore the parent `SampledFlag`. - To respect the parent parent `SampledFlag`, the `ProbabilitySampler` should be used as a delegate of the `ParentOrElse` sampler specified below. + To respect the parent `SampledFlag`, the `ProbabilitySampler` should be used as a delegate of the `ParentOrElse` sampler specified below. * Description MUST be `ProbabilitySampler{0.000100}`. TODO: Add details about how the `ProbabilitySampler` is implemented as a function