Skip to content

Commit

Permalink
Add magic comment about frozen strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ykitamura-mdsol committed Oct 8, 2019
1 parent 8fa5590 commit f8d6a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/zipkin-tracer/zipkin_b3_single_header_format.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module ZipkinTracer
# This format corresponds to the propagation key "b3" (or "B3").
# b3: {x-b3-traceid}-{x-b3-spanid}-{if x-b3-flags 'd' else x-b3-sampled}-{x-b3-parentspanid}
Expand Down

0 comments on commit f8d6a89

Please sign in to comment.