about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-05-08 10:39:05 +0200
committerGitHub <noreply@github.com>2025-05-08 10:39:05 +0200
commitf52e1be6954ef3f11907d23a5334b346b7f167dc (patch)
tree316161260d741ec5b58f75646de5aa872069a0c7
parentb2de3f4611c1d4ab8f3c1e703ddaf46c5ad52019 (diff)
parent47cd0e733c3498dab7fc775d04475b23dd0e172c (diff)
downloadrust-f52e1be6954ef3f11907d23a5334b346b7f167dc.tar.gz
rust-f52e1be6954ef3f11907d23a5334b346b7f167dc.zip
Merge pull request #2375 from smanilov/patch-4
Fix minor typo in serialization.md
-rw-r--r--src/doc/rustc-dev-guide/src/serialization.md2
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