Skip to content

Commit fb00c85

Browse files
ismailariliktshepang
authored andcommitted
fix(serialization.md): add a necessary plural suffix
This is better not to have an interruption while reading it fast.
1 parent 20b988c commit fb00c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ some deserialization needs to be deferred from the initial loading of metadata.
130130
The [`LazyValue<T>`] type wraps the (relative) offset in the crate metadata where a
131131
`T` has been serialized. There are also some variants, [`LazyArray<T>`] and [`LazyTable<I, T>`].
132132

133-
The `Lazy<[T]>` and `LazyTable<I, T>` type provide some functionality over
133+
The `Lazy<[T]>` and `LazyTable<I, T>` types provide some functionality over
134134
`Lazy<Vec<T>>` and `Lazy<HashMap<I, T>>`:
135135

136136
- It's possible to encode a `LazyArray<T>` directly from an iterator, without

0 commit comments

Comments
 (0)