We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e1240 commit 58da48cCopy full SHA for 58da48c
1 file changed
src/types/range.rs
@@ -6,7 +6,7 @@ use std::i32;
6
use std::i64;
7
use time::Timespec;
8
9
-/// The `quote!` macro can make it easier to create ranges. It roughly mirrors
+/// The `range!` macro can make it easier to create ranges. It roughly mirrors
10
/// traditional mathematic range syntax.
11
///
12
/// ## Example
0 commit comments