@@ -958,7 +958,7 @@ impl MetadataMap {
958958 /// use `insert_bin`.
959959 ///
960960 /// This method panics when the given key is a string and it cannot be
961- /// converted to a MetadataKey<Ascii>.
961+ /// converted to a ` MetadataKey<Ascii>` .
962962 ///
963963 /// If the map did not previously have this key present, then `None` is
964964 /// returned.
@@ -1008,7 +1008,7 @@ impl MetadataMap {
10081008 /// Like insert, but for Binary keys (for example "trace-proto-bin").
10091009 ///
10101010 /// This method panics when the given key is a string and it cannot be
1011- /// converted to a MetadataKey<Binary>.
1011+ /// converted to a ` MetadataKey<Binary>` .
10121012 ///
10131013 /// # Examples
10141014 ///
@@ -1050,7 +1050,7 @@ impl MetadataMap {
10501050 /// use `append_bin`.
10511051 ///
10521052 /// This method panics when the given key is a string and it cannot be
1053- /// converted to a MetadataKey<Ascii>.
1053+ /// converted to a ` MetadataKey<Ascii>` .
10541054 ///
10551055 /// If the map did not previously have this key present, then `false` is
10561056 /// returned.
@@ -1099,7 +1099,7 @@ impl MetadataMap {
10991099 /// Like append, but for binary keys (for example "trace-proto-bin").
11001100 ///
11011101 /// This method panics when the given key is a string and it cannot be
1102- /// converted to a MetadataKey<Binary>.
1102+ /// converted to a ` MetadataKey<Binary>` .
11031103 ///
11041104 /// # Examples
11051105 ///
0 commit comments