]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/keyword_docs.rs
Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis
[rust.git] / library / std / src / keyword_docs.rs
index a609567ce93f367adb43ae9f2920f7dcca5a1fd8..605bd33a4bf22f9e7546d3cc88f8d673064173c5 100644 (file)
@@ -971,7 +971,7 @@ mod match_keyword {}
 /// ```
 ///
 /// Like [`struct`]s and [`enum`]s, a module and its content are private by
-/// default, unaccessible to code outside of the module.
+/// default, inaccessible to code outside of the module.
 ///
 /// To learn more about allowing access, see the documentation for the [`pub`]
 /// keyword.