]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/theme.rs
Rollup merge of #87507 - jethrogb:jb/sgx-unmoveable-mutex, r=dtolnay
[rust.git] / src / librustdoc / theme.rs
index 24d5770541273da00532a6e290c8e71d41b6dec8..b8b3f9634e58234d25934fcb59ad248a020c914e 100644 (file)
@@ -17,7 +17,7 @@
 // This PartialEq implementation IS NOT COMMUTATIVE!!!
 //
 // The order is very important: the second object must have all first's rules.
-// However, the first doesn't require to have all second's rules.
+// However, the first is not required to have all of the second's rules.
 impl PartialEq for CssPath {
     fn eq(&self, other: &CssPath) -> bool {
         if self.name != other.name {