Skip to content

Commit 832fc4e

Browse files
committed
deserialize/README.md: add missing backticks
1 parent 2c3b6cb commit 832fc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scylla-cql/src/deserialize/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Those traits are quite similar to each other, both in the idea behind them
1111
and the interface that they expose.
1212

1313
It's important to understand what is a _deserialized type_. It's not just
14-
an implementor of Deserialize{Value, Row}; there are some implementors of
14+
an implementor of `Deserialize{Value, Row}`; there are some implementors of
1515
`Deserialize{Value, Row}` who are not yet final types, but **partially**
1616
deserialized types that support further deserialization - _type
1717
deserializers_, such as `ListlikeIterator`, `UdtIterator` or `ColumnIterator`.

0 commit comments

Comments
 (0)