Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Jul 15, 2020
1 parent bc9dad5 commit b199cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b199cc3

Please sign in to comment.