Skip to content

Commit 17bcfa8

Browse files
authored
Fix minor typo in serialization.md
1 parent e008338 commit 17bcfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The `LazyArray<[T]>` and `LazyTable<I, T>` types provide some functionality over
169169
than the one being read.
170170

171171
**note**: `LazyValue<T>` does not cache its value after being deserialized the
172-
first time. Instead the query system its self is the main way of caching these
172+
first time. Instead the query system itself is the main way of caching these
173173
results.
174174

175175
[`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html

0 commit comments

Comments
 (0)