Skip to content

Commit

Permalink
missing dot
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum committed Aug 21, 2016
1 parent 367f425 commit 7d1b085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub trait RdxSortTemplate {
fn reverse(round: usize, bucket: usize) -> bool;
}

/// Implements `t1` as alias of `t2`, e.g `usize = u64` on platforms that have 64 bit pointers.
/// Implements `t1` as alias of `t2`, e.g. `usize = u64` on platforms that have 64 bit pointers.
#[macro_export]
macro_rules! rdxsort_template_alias {
($t1:ty = $t2:ty) => {
Expand Down

0 comments on commit 7d1b085

Please sign in to comment.