Skip to content

Commit 58da48c

Browse files
committed
Fix range! docs
1 parent 18e1240 commit 58da48c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/range.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use std::i32;
66
use std::i64;
77
use time::Timespec;
88

9-
/// The `quote!` macro can make it easier to create ranges. It roughly mirrors
9+
/// The `range!` macro can make it easier to create ranges. It roughly mirrors
1010
/// traditional mathematic range syntax.
1111
///
1212
/// ## Example

0 commit comments

Comments
 (0)