Fix typo in docstring

This commit is contained in:
Laurentiu Nicola
2017-05-16 20:56:43 +03:00
committed by Paul Masurel
parent a67caee141
commit 0404df3fd5

View File

@@ -33,7 +33,7 @@ const HIGHEST_BIT: u64 = 1 << 63;
/// Maps `i64` to `u64` so that
/// `-2^63 .. 2^63-1` is mapped
/// to
/// `0 .. 2^64`
/// `0 .. 2^64-1`
/// in that order.
///
/// This is more suited than simply casting (`val as u64`)