Merge pull request #2375 from smanilov/patch-4

Fix minor typo in serialization.md
This commit is contained in:
Tshepang Mbambo 2025-05-08 10:39:05 +02:00 committed by GitHub
commit 5e53d1f457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ The `LazyArray<[T]>` and `LazyTable<I, T>` types provide some functionality over
than the one being read. than the one being read.
**note**: `LazyValue<T>` does not cache its value after being deserialized the **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. results.
[`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html [`LazyArray<T>`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_metadata/rmeta/struct.LazyValue.html