diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs
index 78cf74571870..9ae92d06dbd7 100644
--- a/src/librustdoc/html/render.rs
+++ b/src/librustdoc/html/render.rs
@@ -2277,7 +2277,7 @@ fn document_non_exhaustive(w: &mut fmt::Formatter, item: &clean::Item) -> fmt::R
Therefore, non-exhaustive structs cannot be constructed in external crates \
using the traditional Struct {{ .. }} syntax; cannot be \
matched against without a wildcard ..; and \
- functional-record-updates do not work.")?;
+ struct update syntax will not work.")?;
} else if item.is_enum() {
write!(w, "Non-exhaustive enums could have additional variants added in future. \
Therefore, when matching against variants of non-exhaustive enums, an \