Skip to content
Snippets Groups Projects
Commit b5965283 authored by Marek Kotewicz's avatar Marek Kotewicz
Browse files

fixed typo in comment

parent 6477b2ad
No related merge requests found
...@@ -32,7 +32,7 @@ macro_rules! impl_bytes_convertable_for_array { ...@@ -32,7 +32,7 @@ macro_rules! impl_bytes_convertable_for_array {
} }
} }
// two -1 at the end is not expanded // -1 at the end is not expanded
impl_bytes_convertable_for_array! { impl_bytes_convertable_for_array! {
32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16,
15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, -1 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, -1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment