Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Nov 30, 2023
1 parent 8578dce commit 49ff747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static Sampler create(double ratio, Supplier<String> sessionIdSupplier) {
}
String description =
String.format(
Locale.getDefault(), "UInt32QuadXorTraceIdRatioSampler{radio:%f}", ratio);
Locale.getDefault(), "UInt32QuadXorTraceIdRatioSampler{ratio:%f}", ratio);
return new UInt32QuadXorTraceIdRatioSampler(idUpperBound, sessionIdSupplier, description);
}

Expand Down

0 comments on commit 49ff747

Please sign in to comment.