We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3b6cb commit 832fc4eCopy full SHA for 832fc4e
scylla-cql/src/deserialize/README.md
@@ -11,7 +11,7 @@ Those traits are quite similar to each other, both in the idea behind them
11
and the interface that they expose.
12
13
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
+an implementor of `Deserialize{Value, Row}`; there are some implementors of
15
`Deserialize{Value, Row}` who are not yet final types, but **partially**
16
deserialized types that support further deserialization - _type
17
deserializers_, such as `ListlikeIterator`, `UdtIterator` or `ColumnIterator`.
0 commit comments