Skip to content

Commit 5e53d1f

Browse files
authored
Merge pull request #2375 from smanilov/patch-4
Fix minor typo in serialization.md
2 parents 634c6e9 + 0e630fb commit 5e53d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)