diff options
| author | Stan Manilov <stanislav.manilov@gmail.com> | 2025-05-08 11:13:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-08 11:13:50 +0300 |
| commit | 47cd0e733c3498dab7fc775d04475b23dd0e172c (patch) | |
| tree | 316161260d741ec5b58f75646de5aa872069a0c7 /src/doc | |
| parent | b2de3f4611c1d4ab8f3c1e703ddaf46c5ad52019 (diff) | |
| download | rust-47cd0e733c3498dab7fc775d04475b23dd0e172c.tar.gz rust-47cd0e733c3498dab7fc775d04475b23dd0e172c.zip | |
Fix minor typo in serialization.md
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/serialization.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/serialization.md b/src/doc/rustc-dev-guide/src/serialization.md index 670a37ffb0a..47667061eda 100644 --- a/src/doc/rustc-dev-guide/src/serialization.md +++ b/src/doc/rustc-dev-guide/src/serialization.md @@ -169,7 +169,7 @@ The `LazyArray<[T]>` and `LazyTable<I, T>` types provide some functionality over than the one being read. **note**: `LazyValue<T>` does not cache its value after being deserialized the -first time. Instead the query system its self is the main way of caching these +first time. Instead the query system itself is the main way of caching these results. [`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html |
