We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f072775 commit 2a270a0Copy full SHA for 2a270a0
library/core/src/ops/range.rs
@@ -11,7 +11,7 @@ use crate::hash::Hash;
11
/// The `..` syntax is a `RangeFull`:
12
///
13
/// ```
14
-/// assert_eq!((..), std::ops::RangeFull);
+/// assert_eq!(.., std::ops::RangeFull);
15
16
17
/// It does not have an [`IntoIterator`] implementation, so you can't use it in
0 commit comments