Skip to content

Commit 0531906

Browse files
fix typo
Co-authored-by: Tshepang Mbambo <[email protected]>
1 parent e5967f4 commit 0531906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/serialization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ and `Encodable`.
126126
all `Encoders` and `Decoders`. These should be used in crates that don't
127127
depend on [`rustc_middle`], or that have to be serialized by a type that does
128128
not implement `TyEncoder`.
129-
- [`MetadataEncodable`] generate implementations that
129+
- [`MetadataEncodable`] generates implementations that
130130
only allow decoding by [`rustc_metadata::rmeta::encoder::EncodeContext`].
131-
- [`BlobDecodable`] and [`LazyDecodable`] generate implementations that decode
131+
- [`BlobDecodable`] and [`LazyDecodable`] generates implementations that decode
132132
with the metadata blob decoders in [`rustc_metadata::rmeta`]; use `BlobDecodable`
133133
when the type has no lazy metadata handles, and `LazyDecodable` when it does.
134134
- `TyEncodable` and `TyDecodable` generate implementation that apply to any

0 commit comments

Comments
 (0)