diff --git a/src/rustdoc.md b/src/rustdoc.md index 7901e9511..aba80131d 100644 --- a/src/rustdoc.md +++ b/src/rustdoc.md @@ -175,7 +175,7 @@ When crates are published to crates.io, docs.rs automatically builds and publishes their documentation, for instance at . It always builds with the current nightly rustdoc, so any changes you land in rustdoc are "insta-stable" in that they will -have an immediate public effect on docs.rs. Old documentation is not rebuilt, so +have an immediate public effect on docs.rs. Old documentation is only sometimes rebuilt, so you will see some variation in UI when browsing old releases in docs.rs. Crate authors can request rebuilds, which will be run with the latest rustdoc.