We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b988c commit fb00c85Copy full SHA for fb00c85
src/serialization.md
@@ -130,7 +130,7 @@ some deserialization needs to be deferred from the initial loading of metadata.
130
The [`LazyValue<T>`] type wraps the (relative) offset in the crate metadata where a
131
`T` has been serialized. There are also some variants, [`LazyArray<T>`] and [`LazyTable<I, T>`].
132
133
-The `Lazy<[T]>` and `LazyTable<I, T>` type provide some functionality over
+The `Lazy<[T]>` and `LazyTable<I, T>` types provide some functionality over
134
`Lazy<Vec<T>>` and `Lazy<HashMap<I, T>>`:
135
136
- It's possible to encode a `LazyArray<T>` directly from an iterator, without
0 commit comments