mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-27 21:50:41 +00:00
Fix typo in docstring
This commit is contained in:
committed by
Paul Masurel
parent
a67caee141
commit
0404df3fd5
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user